From 59d76329275c79a373af1e456420d5d4fd25b094 Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Sun, 16 Jun 2024 03:30:50 +0800 Subject: [PATCH] feat: add mapping files --- .../allaymc/terra/allay/TerraAllayPlugin.java | 7 +- .../src/main/resources/mapping/biomes.json | 194 + .../src/main/resources/mapping/blocks.json | 511874 +++++++++++++++ .../src/main/resources/mapping/items.json | 7347 + 4 files changed, 519419 insertions(+), 3 deletions(-) create mode 100644 platforms/allay/src/main/resources/mapping/biomes.json create mode 100644 platforms/allay/src/main/resources/mapping/blocks.json create mode 100644 platforms/allay/src/main/resources/mapping/items.json diff --git a/platforms/allay/src/main/java/org/allaymc/terra/allay/TerraAllayPlugin.java b/platforms/allay/src/main/java/org/allaymc/terra/allay/TerraAllayPlugin.java index 91c2d54f4..5681a09ac 100644 --- a/platforms/allay/src/main/java/org/allaymc/terra/allay/TerraAllayPlugin.java +++ b/platforms/allay/src/main/java/org/allaymc/terra/allay/TerraAllayPlugin.java @@ -28,12 +28,13 @@ public class TerraAllayPlugin extends Plugin { public void onEnable() { log.info("Starting Terra..."); - PLATFORM = new AllayPlatform(); - PLATFORM.getEventManager().callEvent(new PlatformInitializationEvent()); - log.info("Loading mapping..."); Mapping.init(); + log.info("Initializing allay platform..."); + PLATFORM = new AllayPlatform(); + PLATFORM.getEventManager().callEvent(new PlatformInitializationEvent()); + log.info("Registering generator..."); WorldGeneratorFactory.getFactory().register("TERRA", AllayGeneratorWrapper::new); diff --git a/platforms/allay/src/main/resources/mapping/biomes.json b/platforms/allay/src/main/resources/mapping/biomes.json new file mode 100644 index 000000000..063b49a87 --- /dev/null +++ b/platforms/allay/src/main/resources/mapping/biomes.json @@ -0,0 +1,194 @@ +{ + "minecraft:badlands": { + "bedrock_id": 37 + }, + "minecraft:bamboo_jungle": { + "bedrock_id": 48 + }, + "minecraft:basalt_deltas": { + "bedrock_id": 181 + }, + "minecraft:beach": { + "bedrock_id": 16 + }, + "minecraft:birch_forest": { + "bedrock_id": 27 + }, + "minecraft:cherry_grove": { + "bedrock_id": 192 + }, + "minecraft:cold_ocean": { + "bedrock_id": 44 + }, + "minecraft:crimson_forest": { + "bedrock_id": 179 + }, + "minecraft:dark_forest": { + "bedrock_id": 29 + }, + "minecraft:deep_cold_ocean": { + "bedrock_id": 45 + }, + "minecraft:deep_dark": { + "bedrock_id": 190 + }, + "minecraft:deep_frozen_ocean": { + "bedrock_id": 47 + }, + "minecraft:deep_lukewarm_ocean": { + "bedrock_id": 43 + }, + "minecraft:deep_ocean": { + "bedrock_id": 24 + }, + "minecraft:desert": { + "bedrock_id": 2 + }, + "minecraft:dripstone_caves": { + "bedrock_id": 188 + }, + "minecraft:end_barrens": { + "bedrock_id": 9 + }, + "minecraft:end_highlands": { + "bedrock_id": 9 + }, + "minecraft:end_midlands": { + "bedrock_id": 9 + }, + "minecraft:eroded_badlands": { + "bedrock_id": 165 + }, + "minecraft:flower_forest": { + "bedrock_id": 132 + }, + "minecraft:forest": { + "bedrock_id": 4 + }, + "minecraft:frozen_ocean": { + "bedrock_id": 46 + }, + "minecraft:frozen_peaks": { + "bedrock_id": 183 + }, + "minecraft:frozen_river": { + "bedrock_id": 11 + }, + "minecraft:grove": { + "bedrock_id": 185 + }, + "minecraft:ice_spikes": { + "bedrock_id": 140 + }, + "minecraft:jagged_peaks": { + "bedrock_id": 182 + }, + "minecraft:jungle": { + "bedrock_id": 21 + }, + "minecraft:lukewarm_ocean": { + "bedrock_id": 42 + }, + "minecraft:lush_caves": { + "bedrock_id": 187 + }, + "minecraft:mangrove_swamp": { + "bedrock_id": 191 + }, + "minecraft:meadow": { + "bedrock_id": 186 + }, + "minecraft:mushroom_fields": { + "bedrock_id": 14 + }, + "minecraft:nether_wastes": { + "bedrock_id": 8 + }, + "minecraft:ocean": { + "bedrock_id": 0 + }, + "minecraft:old_growth_birch_forest": { + "bedrock_id": 155 + }, + "minecraft:old_growth_pine_taiga": { + "bedrock_id": 32 + }, + "minecraft:old_growth_spruce_taiga": { + "bedrock_id": 160 + }, + "minecraft:plains": { + "bedrock_id": 1 + }, + "minecraft:river": { + "bedrock_id": 7 + }, + "minecraft:savanna": { + "bedrock_id": 35 + }, + "minecraft:savanna_plateau": { + "bedrock_id": 36 + }, + "minecraft:small_end_islands": { + "bedrock_id": 9 + }, + "minecraft:snowy_beach": { + "bedrock_id": 26 + }, + "minecraft:snowy_plains": { + "bedrock_id": 12 + }, + "minecraft:snowy_slopes": { + "bedrock_id": 184 + }, + "minecraft:snowy_taiga": { + "bedrock_id": 30 + }, + "minecraft:soul_sand_valley": { + "bedrock_id": 178 + }, + "minecraft:sparse_jungle": { + "bedrock_id": 23 + }, + "minecraft:stony_peaks": { + "bedrock_id": 189 + }, + "minecraft:stony_shore": { + "bedrock_id": 25 + }, + "minecraft:sunflower_plains": { + "bedrock_id": 129 + }, + "minecraft:swamp": { + "bedrock_id": 6 + }, + "minecraft:taiga": { + "bedrock_id": 5 + }, + "minecraft:the_end": { + "bedrock_id": 9 + }, + "minecraft:the_void": { + "bedrock_id": 7 + }, + "minecraft:warm_ocean": { + "bedrock_id": 40 + }, + "minecraft:warped_forest": { + "bedrock_id": 180 + }, + "minecraft:windswept_forest": { + "bedrock_id": 34 + }, + "minecraft:windswept_gravelly_hills": { + "bedrock_id": 131 + }, + "minecraft:windswept_hills": { + "bedrock_id": 3 + }, + "minecraft:windswept_savanna": { + "bedrock_id": 163 + }, + "minecraft:wooded_badlands": { + "bedrock_id": 38 + } +} \ No newline at end of file diff --git a/platforms/allay/src/main/resources/mapping/blocks.json b/platforms/allay/src/main/resources/mapping/blocks.json new file mode 100644 index 000000000..a341f74f4 --- /dev/null +++ b/platforms/allay/src/main/resources/mapping/blocks.json @@ -0,0 +1,511874 @@ +{ + "mappings": [ + { + "java_state": { + "Name": "minecraft:air" + }, + "bedrock_state": { + "bedrock_identifier": "air" + } + }, + { + "java_state": { + "Name": "minecraft:stone" + }, + "bedrock_state": { + "bedrock_identifier": "stone" + } + }, + { + "java_state": { + "Name": "minecraft:granite" + }, + "bedrock_state": { + "bedrock_identifier": "granite" + } + }, + { + "java_state": { + "Name": "minecraft:polished_granite" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite" + } + }, + { + "java_state": { + "Name": "minecraft:diorite" + }, + "bedrock_state": { + "bedrock_identifier": "diorite" + } + }, + { + "java_state": { + "Name": "minecraft:polished_diorite" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite" + } + }, + { + "java_state": { + "Name": "minecraft:andesite" + }, + "bedrock_state": { + "bedrock_identifier": "andesite" + } + }, + { + "java_state": { + "Name": "minecraft:polished_andesite" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite" + } + }, + { + "java_state": { + "Properties": { + "snowy": "true" + }, + "Name": "minecraft:grass_block" + }, + "bedrock_state": { + "bedrock_identifier": "grass_block" + } + }, + { + "java_state": { + "Properties": { + "snowy": "false" + }, + "Name": "minecraft:grass_block" + }, + "bedrock_state": { + "bedrock_identifier": "grass_block" + } + }, + { + "java_state": { + "Name": "minecraft:dirt" + }, + "bedrock_state": { + "bedrock_identifier": "dirt", + "state": { + "dirt_type": "normal" + } + } + }, + { + "java_state": { + "Name": "minecraft:coarse_dirt" + }, + "bedrock_state": { + "bedrock_identifier": "dirt", + "state": { + "dirt_type": "coarse" + } + } + }, + { + "java_state": { + "Properties": { + "snowy": "true" + }, + "Name": "minecraft:podzol" + }, + "bedrock_state": { + "bedrock_identifier": "podzol" + } + }, + { + "java_state": { + "Properties": { + "snowy": "false" + }, + "Name": "minecraft:podzol" + }, + "bedrock_state": { + "bedrock_identifier": "podzol" + } + }, + { + "java_state": { + "Name": "minecraft:cobblestone" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone" + } + }, + { + "java_state": { + "Name": "minecraft:oak_planks" + }, + "bedrock_state": { + "bedrock_identifier": "oak_planks" + } + }, + { + "java_state": { + "Name": "minecraft:spruce_planks" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_planks" + } + }, + { + "java_state": { + "Name": "minecraft:birch_planks" + }, + "bedrock_state": { + "bedrock_identifier": "birch_planks" + } + }, + { + "java_state": { + "Name": "minecraft:jungle_planks" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_planks" + } + }, + { + "java_state": { + "Name": "minecraft:acacia_planks" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_planks" + } + }, + { + "java_state": { + "Name": "minecraft:cherry_planks" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_planks" + } + }, + { + "java_state": { + "Name": "minecraft:dark_oak_planks" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_planks" + } + }, + { + "java_state": { + "Name": "minecraft:mangrove_planks" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_planks" + } + }, + { + "java_state": { + "Name": "minecraft:bamboo_planks" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_planks" + } + }, + { + "java_state": { + "Name": "minecraft:bamboo_mosaic" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic" + } + }, + { + "java_state": { + "Properties": { + "stage": "0" + }, + "Name": "minecraft:oak_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "oak_sapling", + "state": { + "age_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1" + }, + "Name": "minecraft:oak_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "oak_sapling", + "state": { + "age_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "stage": "0" + }, + "Name": "minecraft:spruce_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_sapling", + "state": { + "age_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1" + }, + "Name": "minecraft:spruce_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_sapling", + "state": { + "age_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "stage": "0" + }, + "Name": "minecraft:birch_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "birch_sapling", + "state": { + "age_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1" + }, + "Name": "minecraft:birch_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "birch_sapling", + "state": { + "age_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "stage": "0" + }, + "Name": "minecraft:jungle_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_sapling", + "state": { + "age_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1" + }, + "Name": "minecraft:jungle_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_sapling", + "state": { + "age_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "stage": "0" + }, + "Name": "minecraft:acacia_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_sapling", + "state": { + "age_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1" + }, + "Name": "minecraft:acacia_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_sapling", + "state": { + "age_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "stage": "0" + }, + "Name": "minecraft:cherry_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_sapling", + "state": { + "age_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1" + }, + "Name": "minecraft:cherry_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_sapling", + "state": { + "age_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "stage": "0" + }, + "Name": "minecraft:dark_oak_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_sapling", + "state": { + "age_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1" + }, + "Name": "minecraft:dark_oak_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_sapling", + "state": { + "age_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "0", + "hanging": "true", + "age": "0" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "0", + "hanging": "true", + "age": "0" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "1", + "hanging": "true", + "age": "0" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "1", + "hanging": "true", + "age": "0" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "0", + "hanging": "false", + "age": "0" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "0", + "hanging": "false", + "age": "0" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "1", + "hanging": "false", + "age": "0" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "1", + "hanging": "false", + "age": "0" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "0", + "hanging": "true", + "age": "1" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "0", + "hanging": "true", + "age": "1" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "1", + "hanging": "true", + "age": "1" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "1", + "hanging": "true", + "age": "1" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "0", + "hanging": "false", + "age": "1" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "0", + "hanging": "false", + "age": "1" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "1", + "hanging": "false", + "age": "1" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "1", + "hanging": "false", + "age": "1" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "0", + "hanging": "true", + "age": "2" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "0", + "hanging": "true", + "age": "2" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "1", + "hanging": "true", + "age": "2" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "1", + "hanging": "true", + "age": "2" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "0", + "hanging": "false", + "age": "2" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "0", + "hanging": "false", + "age": "2" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "1", + "hanging": "false", + "age": "2" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "1", + "hanging": "false", + "age": "2" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "0", + "hanging": "true", + "age": "3" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "0", + "hanging": "true", + "age": "3" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "1", + "hanging": "true", + "age": "3" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "1", + "hanging": "true", + "age": "3" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "0", + "hanging": "false", + "age": "3" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "0", + "hanging": "false", + "age": "3" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "1", + "hanging": "false", + "age": "3" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "1", + "hanging": "false", + "age": "3" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "0", + "hanging": "true", + "age": "4" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "0", + "hanging": "true", + "age": "4" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "1", + "hanging": "true", + "age": "4" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "1", + "hanging": "true", + "age": "4" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "0", + "hanging": "false", + "age": "4" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "0", + "hanging": "false", + "age": "4" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 0, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "stage": "1", + "hanging": "false", + "age": "4" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "stage": "1", + "hanging": "false", + "age": "4" + }, + "Name": "minecraft:mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_propagule", + "state": { + "propagule_stage": 1, + "hanging": false + } + } + }, + { + "java_state": { + "Name": "minecraft:bedrock" + }, + "bedrock_state": { + "bedrock_identifier": "bedrock", + "state": { + "infiniburn_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "level": "0" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "water", + "state": { + "liquid_depth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "level": "1" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "level": "2" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 2 + } + } + }, + { + "java_state": { + "Properties": { + "level": "3" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "level": "4" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 4 + } + } + }, + { + "java_state": { + "Properties": { + "level": "5" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 5 + } + } + }, + { + "java_state": { + "Properties": { + "level": "6" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 6 + } + } + }, + { + "java_state": { + "Properties": { + "level": "7" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "level": "8" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 8 + } + } + }, + { + "java_state": { + "Properties": { + "level": "9" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 9 + } + } + }, + { + "java_state": { + "Properties": { + "level": "10" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 10 + } + } + }, + { + "java_state": { + "Properties": { + "level": "11" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 11 + } + } + }, + { + "java_state": { + "Properties": { + "level": "12" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 12 + } + } + }, + { + "java_state": { + "Properties": { + "level": "13" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 13 + } + } + }, + { + "java_state": { + "Properties": { + "level": "14" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 14 + } + } + }, + { + "java_state": { + "Properties": { + "level": "15" + }, + "Name": "minecraft:water" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_water", + "state": { + "liquid_depth": 15 + } + } + }, + { + "java_state": { + "Properties": { + "level": "0" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "lava", + "state": { + "liquid_depth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "level": "1" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "level": "2" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 2 + } + } + }, + { + "java_state": { + "Properties": { + "level": "3" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "level": "4" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 4 + } + } + }, + { + "java_state": { + "Properties": { + "level": "5" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 5 + } + } + }, + { + "java_state": { + "Properties": { + "level": "6" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 6 + } + } + }, + { + "java_state": { + "Properties": { + "level": "7" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "level": "8" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 8 + } + } + }, + { + "java_state": { + "Properties": { + "level": "9" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 9 + } + } + }, + { + "java_state": { + "Properties": { + "level": "10" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 10 + } + } + }, + { + "java_state": { + "Properties": { + "level": "11" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 11 + } + } + }, + { + "java_state": { + "Properties": { + "level": "12" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 12 + } + } + }, + { + "java_state": { + "Properties": { + "level": "13" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 13 + } + } + }, + { + "java_state": { + "Properties": { + "level": "14" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 14 + } + } + }, + { + "java_state": { + "Properties": { + "level": "15" + }, + "Name": "minecraft:lava" + }, + "bedrock_state": { + "bedrock_identifier": "flowing_lava", + "state": { + "liquid_depth": 15 + } + } + }, + { + "java_state": { + "Name": "minecraft:sand" + }, + "bedrock_state": { + "bedrock_identifier": "sand", + "state": { + "sand_type": "normal" + } + } + }, + { + "java_state": { + "Properties": { + "dusted": "0" + }, + "Name": "minecraft:suspicious_sand" + }, + "bedrock_state": { + "bedrock_identifier": "suspicious_sand", + "state": { + "hanging": false, + "brushed_progress": 0 + } + } + }, + { + "java_state": { + "Properties": { + "dusted": "1" + }, + "Name": "minecraft:suspicious_sand" + }, + "bedrock_state": { + "bedrock_identifier": "suspicious_sand", + "state": { + "hanging": false, + "brushed_progress": 1 + } + } + }, + { + "java_state": { + "Properties": { + "dusted": "2" + }, + "Name": "minecraft:suspicious_sand" + }, + "bedrock_state": { + "bedrock_identifier": "suspicious_sand", + "state": { + "hanging": false, + "brushed_progress": 2 + } + } + }, + { + "java_state": { + "Properties": { + "dusted": "3" + }, + "Name": "minecraft:suspicious_sand" + }, + "bedrock_state": { + "bedrock_identifier": "suspicious_sand", + "state": { + "hanging": false, + "brushed_progress": 3 + } + } + }, + { + "java_state": { + "Name": "minecraft:red_sand" + }, + "bedrock_state": { + "bedrock_identifier": "sand", + "state": { + "sand_type": "red" + } + } + }, + { + "java_state": { + "Name": "minecraft:gravel" + }, + "bedrock_state": { + "bedrock_identifier": "gravel" + } + }, + { + "java_state": { + "Properties": { + "dusted": "0" + }, + "Name": "minecraft:suspicious_gravel" + }, + "bedrock_state": { + "bedrock_identifier": "suspicious_gravel", + "state": { + "hanging": false, + "brushed_progress": 0 + } + } + }, + { + "java_state": { + "Properties": { + "dusted": "1" + }, + "Name": "minecraft:suspicious_gravel" + }, + "bedrock_state": { + "bedrock_identifier": "suspicious_gravel", + "state": { + "hanging": false, + "brushed_progress": 1 + } + } + }, + { + "java_state": { + "Properties": { + "dusted": "2" + }, + "Name": "minecraft:suspicious_gravel" + }, + "bedrock_state": { + "bedrock_identifier": "suspicious_gravel", + "state": { + "hanging": false, + "brushed_progress": 2 + } + } + }, + { + "java_state": { + "Properties": { + "dusted": "3" + }, + "Name": "minecraft:suspicious_gravel" + }, + "bedrock_state": { + "bedrock_identifier": "suspicious_gravel", + "state": { + "hanging": false, + "brushed_progress": 3 + } + } + }, + { + "java_state": { + "Name": "minecraft:gold_ore" + }, + "bedrock_state": { + "bedrock_identifier": "gold_ore" + } + }, + { + "java_state": { + "Name": "minecraft:deepslate_gold_ore" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_gold_ore" + } + }, + { + "java_state": { + "Name": "minecraft:iron_ore" + }, + "bedrock_state": { + "bedrock_identifier": "iron_ore" + } + }, + { + "java_state": { + "Name": "minecraft:deepslate_iron_ore" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_iron_ore" + } + }, + { + "java_state": { + "Name": "minecraft:coal_ore" + }, + "bedrock_state": { + "bedrock_identifier": "coal_ore" + } + }, + { + "java_state": { + "Name": "minecraft:deepslate_coal_ore" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_coal_ore" + } + }, + { + "java_state": { + "Name": "minecraft:nether_gold_ore" + }, + "bedrock_state": { + "bedrock_identifier": "nether_gold_ore" + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:oak_log" + }, + "bedrock_state": { + "bedrock_identifier": "oak_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_log" + }, + "bedrock_state": { + "bedrock_identifier": "oak_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:oak_log" + }, + "bedrock_state": { + "bedrock_identifier": "oak_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:spruce_log" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:spruce_log" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:spruce_log" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:birch_log" + }, + "bedrock_state": { + "bedrock_identifier": "birch_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:birch_log" + }, + "bedrock_state": { + "bedrock_identifier": "birch_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:birch_log" + }, + "bedrock_state": { + "bedrock_identifier": "birch_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:jungle_log" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:jungle_log" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:jungle_log" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:acacia_log" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:acacia_log" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:acacia_log" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:cherry_log" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:cherry_log" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:cherry_log" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:dark_oak_log" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:dark_oak_log" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:dark_oak_log" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:mangrove_log" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:mangrove_log" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:mangrove_log" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:mangrove_roots" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_roots" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:mangrove_roots" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_roots" + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:muddy_mangrove_roots" + }, + "bedrock_state": { + "bedrock_identifier": "muddy_mangrove_roots", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:muddy_mangrove_roots" + }, + "bedrock_state": { + "bedrock_identifier": "muddy_mangrove_roots", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:muddy_mangrove_roots" + }, + "bedrock_state": { + "bedrock_identifier": "muddy_mangrove_roots", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:bamboo_block" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_block", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:bamboo_block" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_block", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:bamboo_block" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_block", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_spruce_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_spruce_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_spruce_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_spruce_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_spruce_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_spruce_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_birch_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_birch_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_birch_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_birch_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_birch_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_birch_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_jungle_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_jungle_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_jungle_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_jungle_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_jungle_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_jungle_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_acacia_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_acacia_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_acacia_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_acacia_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_acacia_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_acacia_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_cherry_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_cherry_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_cherry_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_cherry_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_cherry_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_cherry_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_dark_oak_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_dark_oak_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_dark_oak_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_dark_oak_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_dark_oak_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_dark_oak_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_oak_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_oak_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_oak_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_oak_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_oak_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_oak_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_mangrove_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_mangrove_log", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_mangrove_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_mangrove_log", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_mangrove_log" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_mangrove_log", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_bamboo_block" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_bamboo_block", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_bamboo_block" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_bamboo_block", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_bamboo_block" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_bamboo_block", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:oak_wood" + }, + "bedrock_state": { + "bedrock_identifier": "oak_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_wood" + }, + "bedrock_state": { + "bedrock_identifier": "oak_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:oak_wood" + }, + "bedrock_state": { + "bedrock_identifier": "oak_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:spruce_wood" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:spruce_wood" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:spruce_wood" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:birch_wood" + }, + "bedrock_state": { + "bedrock_identifier": "birch_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:birch_wood" + }, + "bedrock_state": { + "bedrock_identifier": "birch_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:birch_wood" + }, + "bedrock_state": { + "bedrock_identifier": "birch_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:jungle_wood" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:jungle_wood" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:jungle_wood" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:acacia_wood" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:acacia_wood" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:acacia_wood" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:cherry_wood" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_wood", + "state": { + "stripped_bit": false, + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:cherry_wood" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_wood", + "state": { + "stripped_bit": false, + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:cherry_wood" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_wood", + "state": { + "stripped_bit": false, + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:dark_oak_wood" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:dark_oak_wood" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:dark_oak_wood" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:mangrove_wood" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_wood", + "state": { + "stripped_bit": false, + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:mangrove_wood" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_wood", + "state": { + "stripped_bit": false, + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:mangrove_wood" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_wood", + "state": { + "stripped_bit": false, + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_oak_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_oak_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_oak_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_oak_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_oak_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_oak_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_spruce_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_spruce_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_spruce_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_spruce_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_spruce_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_spruce_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_birch_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_birch_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_birch_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_birch_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_birch_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_birch_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_jungle_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_jungle_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_jungle_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_jungle_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_jungle_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_jungle_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_acacia_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_acacia_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_acacia_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_acacia_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_acacia_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_acacia_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_cherry_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_cherry_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_cherry_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_cherry_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_cherry_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_cherry_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_dark_oak_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_dark_oak_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_dark_oak_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_dark_oak_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_dark_oak_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_dark_oak_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_mangrove_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_mangrove_wood", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_mangrove_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_mangrove_wood", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_mangrove_wood" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_mangrove_wood", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:spruce_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:birch_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "birch_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:jungle_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:acacia_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:cherry_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:mangrove_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "1" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "1" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "2" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "2" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "3" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "3" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "4" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "4" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "5" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "5" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "6" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "6" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "true", + "distance": "7" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": true, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:flowering_azalea_leaves" + }, + "bedrock_state": { + "bedrock_identifier": "azalea_leaves_flowered", + "state": { + "persistent_bit": false, + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:sponge" + }, + "bedrock_state": { + "bedrock_identifier": "sponge", + "state": { + "sponge_type": "dry" + } + } + }, + { + "java_state": { + "Name": "minecraft:wet_sponge" + }, + "bedrock_state": { + "bedrock_identifier": "sponge", + "state": { + "sponge_type": "wet" + } + } + }, + { + "java_state": { + "Name": "minecraft:glass" + }, + "bedrock_state": { + "bedrock_identifier": "glass" + } + }, + { + "java_state": { + "Name": "minecraft:lapis_ore" + }, + "bedrock_state": { + "bedrock_identifier": "lapis_ore" + } + }, + { + "java_state": { + "Name": "minecraft:deepslate_lapis_ore" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_lapis_ore" + } + }, + { + "java_state": { + "Name": "minecraft:lapis_block" + }, + "bedrock_state": { + "bedrock_identifier": "lapis_block" + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "facing": "north" + }, + "Name": "minecraft:dispenser" + }, + "bedrock_state": { + "bedrock_identifier": "dispenser", + "state": { + "facing_direction": 2, + "triggered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "facing": "north" + }, + "Name": "minecraft:dispenser" + }, + "bedrock_state": { + "bedrock_identifier": "dispenser", + "state": { + "facing_direction": 2, + "triggered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "facing": "east" + }, + "Name": "minecraft:dispenser" + }, + "bedrock_state": { + "bedrock_identifier": "dispenser", + "state": { + "facing_direction": 5, + "triggered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "facing": "east" + }, + "Name": "minecraft:dispenser" + }, + "bedrock_state": { + "bedrock_identifier": "dispenser", + "state": { + "facing_direction": 5, + "triggered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "facing": "south" + }, + "Name": "minecraft:dispenser" + }, + "bedrock_state": { + "bedrock_identifier": "dispenser", + "state": { + "facing_direction": 3, + "triggered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "facing": "south" + }, + "Name": "minecraft:dispenser" + }, + "bedrock_state": { + "bedrock_identifier": "dispenser", + "state": { + "facing_direction": 3, + "triggered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "facing": "west" + }, + "Name": "minecraft:dispenser" + }, + "bedrock_state": { + "bedrock_identifier": "dispenser", + "state": { + "facing_direction": 4, + "triggered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "facing": "west" + }, + "Name": "minecraft:dispenser" + }, + "bedrock_state": { + "bedrock_identifier": "dispenser", + "state": { + "facing_direction": 4, + "triggered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "facing": "up" + }, + "Name": "minecraft:dispenser" + }, + "bedrock_state": { + "bedrock_identifier": "dispenser", + "state": { + "facing_direction": 1, + "triggered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "facing": "up" + }, + "Name": "minecraft:dispenser" + }, + "bedrock_state": { + "bedrock_identifier": "dispenser", + "state": { + "facing_direction": 1, + "triggered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "facing": "down" + }, + "Name": "minecraft:dispenser" + }, + "bedrock_state": { + "bedrock_identifier": "dispenser", + "state": { + "facing_direction": 0, + "triggered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "facing": "down" + }, + "Name": "minecraft:dispenser" + }, + "bedrock_state": { + "bedrock_identifier": "dispenser", + "state": { + "facing_direction": 0, + "triggered_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:sandstone" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone", + "state": { + "sand_stone_type": "default" + } + } + }, + { + "java_state": { + "Name": "minecraft:chiseled_sandstone" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone", + "state": { + "sand_stone_type": "heiroglyphs" + } + } + }, + { + "java_state": { + "Name": "minecraft:cut_sandstone" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone", + "state": { + "sand_stone_type": "cut" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "harp" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "basedrum" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "snare" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "hat" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "bass" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "flute" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "guitar" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "chime" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "iron_xylophone" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "cow_bell" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "didgeridoo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "bit" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "banjo" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "pling" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "zombie" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "creeper" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "dragon" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "wither_skeleton" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "piglin" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "0", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "0", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "1", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "1", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "2", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "2", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "3", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "3", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "4", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "4", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "5", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "5", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "6", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "6", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "7", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "7", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "8", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "8", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "9", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "9", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "10", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "10", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "11", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "11", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "12", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "12", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "13", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "13", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "14", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "14", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "15", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "15", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "16", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "16", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "17", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "17", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "18", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "18", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "19", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "19", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "20", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "20", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "21", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "21", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "22", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "22", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "23", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "23", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "note": "24", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "note": "24", + "instrument": "custom_head" + }, + "Name": "minecraft:note_block" + }, + "bedrock_state": { + "bedrock_identifier": "noteblock" + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:white_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:orange_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:magenta_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:light_blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:yellow_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:lime_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:pink_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:light_gray_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:cyan_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:purple_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:blue_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:brown_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:green_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:red_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "north" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "north" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "south" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "south" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "west" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "west" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "true", + "facing": "east" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "head", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": true, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "part": "foot", + "occupied": "false", + "facing": "east" + }, + "Name": "minecraft:black_bed" + }, + "bedrock_state": { + "bedrock_identifier": "bed", + "state": { + "head_piece_bit": false, + "occupied_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "north_south", + "powered": "true" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 0, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "north_south", + "powered": "true" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 0, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "east_west", + "powered": "true" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 1, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "east_west", + "powered": "true" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 1, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_east", + "powered": "true" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 2, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_east", + "powered": "true" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 2, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_west", + "powered": "true" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 3, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_west", + "powered": "true" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 3, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_north", + "powered": "true" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 4, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_north", + "powered": "true" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 4, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_south", + "powered": "true" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 5, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_south", + "powered": "true" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 5, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "north_south", + "powered": "false" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 0, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "north_south", + "powered": "false" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 0, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "east_west", + "powered": "false" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 1, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "east_west", + "powered": "false" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 1, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_east", + "powered": "false" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 2, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_east", + "powered": "false" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 2, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_west", + "powered": "false" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 3, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_west", + "powered": "false" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 3, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_north", + "powered": "false" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 4, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_north", + "powered": "false" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 4, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_south", + "powered": "false" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 5, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_south", + "powered": "false" + }, + "Name": "minecraft:powered_rail" + }, + "bedrock_state": { + "bedrock_identifier": "golden_rail", + "state": { + "rail_direction": 5, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "north_south", + "powered": "true" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 0, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "north_south", + "powered": "true" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 0, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "east_west", + "powered": "true" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 1, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "east_west", + "powered": "true" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 1, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_east", + "powered": "true" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 2, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_east", + "powered": "true" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 2, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_west", + "powered": "true" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 3, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_west", + "powered": "true" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 3, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_north", + "powered": "true" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 4, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_north", + "powered": "true" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 4, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_south", + "powered": "true" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 5, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_south", + "powered": "true" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 5, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "north_south", + "powered": "false" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 0, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "north_south", + "powered": "false" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 0, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "east_west", + "powered": "false" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 1, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "east_west", + "powered": "false" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 1, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_east", + "powered": "false" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 2, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_east", + "powered": "false" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 2, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_west", + "powered": "false" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 3, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_west", + "powered": "false" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 3, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_north", + "powered": "false" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 4, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_north", + "powered": "false" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 4, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_south", + "powered": "false" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 5, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_south", + "powered": "false" + }, + "Name": "minecraft:detector_rail" + }, + "bedrock_state": { + "bedrock_identifier": "detector_rail", + "state": { + "rail_direction": 5, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "extended": "true" + }, + "Name": "minecraft:sticky_piston" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "extended": "true" + }, + "Name": "minecraft:sticky_piston" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "extended": "true" + }, + "Name": "minecraft:sticky_piston" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "extended": "true" + }, + "Name": "minecraft:sticky_piston" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "up", + "extended": "true" + }, + "Name": "minecraft:sticky_piston" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "down", + "extended": "true" + }, + "Name": "minecraft:sticky_piston" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "extended": "false" + }, + "Name": "minecraft:sticky_piston" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "extended": "false" + }, + "Name": "minecraft:sticky_piston" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "extended": "false" + }, + "Name": "minecraft:sticky_piston" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "extended": "false" + }, + "Name": "minecraft:sticky_piston" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "up", + "extended": "false" + }, + "Name": "minecraft:sticky_piston" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "down", + "extended": "false" + }, + "Name": "minecraft:sticky_piston" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:cobweb" + }, + "bedrock_state": { + "bedrock_identifier": "web" + } + }, + { + "java_state": { + "Name": "minecraft:short_grass" + }, + "bedrock_state": { + "bedrock_identifier": "short_grass" + } + }, + { + "java_state": { + "Name": "minecraft:fern" + }, + "bedrock_state": { + "bedrock_identifier": "fern" + } + }, + { + "java_state": { + "Name": "minecraft:dead_bush" + }, + "bedrock_state": { + "bedrock_identifier": "deadbush" + } + }, + { + "java_state": { + "Name": "minecraft:seagrass" + }, + "bedrock_state": { + "bedrock_identifier": "seagrass", + "state": { + "sea_grass_type": "default" + } + } + }, + { + "java_state": { + "Properties": { + "half": "upper" + }, + "Name": "minecraft:tall_seagrass" + }, + "bedrock_state": { + "bedrock_identifier": "seagrass", + "state": { + "sea_grass_type": "double_top" + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower" + }, + "Name": "minecraft:tall_seagrass" + }, + "bedrock_state": { + "bedrock_identifier": "seagrass", + "state": { + "sea_grass_type": "double_bot" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "extended": "true" + }, + "Name": "minecraft:piston" + }, + "bedrock_state": { + "bedrock_identifier": "piston", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "extended": "true" + }, + "Name": "minecraft:piston" + }, + "bedrock_state": { + "bedrock_identifier": "piston", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "extended": "true" + }, + "Name": "minecraft:piston" + }, + "bedrock_state": { + "bedrock_identifier": "piston", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "extended": "true" + }, + "Name": "minecraft:piston" + }, + "bedrock_state": { + "bedrock_identifier": "piston", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "up", + "extended": "true" + }, + "Name": "minecraft:piston" + }, + "bedrock_state": { + "bedrock_identifier": "piston", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "down", + "extended": "true" + }, + "Name": "minecraft:piston" + }, + "bedrock_state": { + "bedrock_identifier": "piston", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "extended": "false" + }, + "Name": "minecraft:piston" + }, + "bedrock_state": { + "bedrock_identifier": "piston", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "extended": "false" + }, + "Name": "minecraft:piston" + }, + "bedrock_state": { + "bedrock_identifier": "piston", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "extended": "false" + }, + "Name": "minecraft:piston" + }, + "bedrock_state": { + "bedrock_identifier": "piston", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "extended": "false" + }, + "Name": "minecraft:piston" + }, + "bedrock_state": { + "bedrock_identifier": "piston", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "up", + "extended": "false" + }, + "Name": "minecraft:piston" + }, + "bedrock_state": { + "bedrock_identifier": "piston", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "down", + "extended": "false" + }, + "Name": "minecraft:piston" + }, + "bedrock_state": { + "bedrock_identifier": "piston", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "short": "true", + "facing": "north" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "piston_arm_collision", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "short": "true", + "facing": "north" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston_arm_collision", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "short": "false", + "facing": "north" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "piston_arm_collision", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "short": "false", + "facing": "north" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston_arm_collision", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "short": "true", + "facing": "east" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "piston_arm_collision", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "short": "true", + "facing": "east" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston_arm_collision", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "short": "false", + "facing": "east" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "piston_arm_collision", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "short": "false", + "facing": "east" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston_arm_collision", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "short": "true", + "facing": "south" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "piston_arm_collision", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "short": "true", + "facing": "south" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston_arm_collision", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "short": "false", + "facing": "south" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "piston_arm_collision", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "short": "false", + "facing": "south" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston_arm_collision", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "short": "true", + "facing": "west" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "piston_arm_collision", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "short": "true", + "facing": "west" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston_arm_collision", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "short": "false", + "facing": "west" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "piston_arm_collision", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "short": "false", + "facing": "west" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston_arm_collision", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "short": "true", + "facing": "up" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "piston_arm_collision", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "short": "true", + "facing": "up" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston_arm_collision", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "short": "false", + "facing": "up" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "piston_arm_collision", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "short": "false", + "facing": "up" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston_arm_collision", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "short": "true", + "facing": "down" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "piston_arm_collision", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "short": "true", + "facing": "down" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston_arm_collision", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "short": "false", + "facing": "down" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "piston_arm_collision", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "short": "false", + "facing": "down" + }, + "Name": "minecraft:piston_head" + }, + "bedrock_state": { + "bedrock_identifier": "sticky_piston_arm_collision", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:white_wool" + }, + "bedrock_state": { + "bedrock_identifier": "white_wool" + } + }, + { + "java_state": { + "Name": "minecraft:orange_wool" + }, + "bedrock_state": { + "bedrock_identifier": "orange_wool" + } + }, + { + "java_state": { + "Name": "minecraft:magenta_wool" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_wool" + } + }, + { + "java_state": { + "Name": "minecraft:light_blue_wool" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_wool" + } + }, + { + "java_state": { + "Name": "minecraft:yellow_wool" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_wool" + } + }, + { + "java_state": { + "Name": "minecraft:lime_wool" + }, + "bedrock_state": { + "bedrock_identifier": "lime_wool" + } + }, + { + "java_state": { + "Name": "minecraft:pink_wool" + }, + "bedrock_state": { + "bedrock_identifier": "pink_wool" + } + }, + { + "java_state": { + "Name": "minecraft:gray_wool" + }, + "bedrock_state": { + "bedrock_identifier": "gray_wool" + } + }, + { + "java_state": { + "Name": "minecraft:light_gray_wool" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_wool" + } + }, + { + "java_state": { + "Name": "minecraft:cyan_wool" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_wool" + } + }, + { + "java_state": { + "Name": "minecraft:purple_wool" + }, + "bedrock_state": { + "bedrock_identifier": "purple_wool" + } + }, + { + "java_state": { + "Name": "minecraft:blue_wool" + }, + "bedrock_state": { + "bedrock_identifier": "blue_wool" + } + }, + { + "java_state": { + "Name": "minecraft:brown_wool" + }, + "bedrock_state": { + "bedrock_identifier": "brown_wool" + } + }, + { + "java_state": { + "Name": "minecraft:green_wool" + }, + "bedrock_state": { + "bedrock_identifier": "green_wool" + } + }, + { + "java_state": { + "Name": "minecraft:red_wool" + }, + "bedrock_state": { + "bedrock_identifier": "red_wool" + } + }, + { + "java_state": { + "Name": "minecraft:black_wool" + }, + "bedrock_state": { + "bedrock_identifier": "black_wool" + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "facing": "north" + }, + "Name": "minecraft:moving_piston" + }, + "bedrock_state": { + "bedrock_identifier": "moving_block" + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "facing": "north" + }, + "Name": "minecraft:moving_piston" + }, + "bedrock_state": { + "bedrock_identifier": "moving_block" + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "facing": "east" + }, + "Name": "minecraft:moving_piston" + }, + "bedrock_state": { + "bedrock_identifier": "moving_block" + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "facing": "east" + }, + "Name": "minecraft:moving_piston" + }, + "bedrock_state": { + "bedrock_identifier": "moving_block" + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "facing": "south" + }, + "Name": "minecraft:moving_piston" + }, + "bedrock_state": { + "bedrock_identifier": "moving_block" + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "facing": "south" + }, + "Name": "minecraft:moving_piston" + }, + "bedrock_state": { + "bedrock_identifier": "moving_block" + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "facing": "west" + }, + "Name": "minecraft:moving_piston" + }, + "bedrock_state": { + "bedrock_identifier": "moving_block" + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "facing": "west" + }, + "Name": "minecraft:moving_piston" + }, + "bedrock_state": { + "bedrock_identifier": "moving_block" + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "facing": "up" + }, + "Name": "minecraft:moving_piston" + }, + "bedrock_state": { + "bedrock_identifier": "moving_block" + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "facing": "up" + }, + "Name": "minecraft:moving_piston" + }, + "bedrock_state": { + "bedrock_identifier": "moving_block" + } + }, + { + "java_state": { + "Properties": { + "type": "normal", + "facing": "down" + }, + "Name": "minecraft:moving_piston" + }, + "bedrock_state": { + "bedrock_identifier": "moving_block" + } + }, + { + "java_state": { + "Properties": { + "type": "sticky", + "facing": "down" + }, + "Name": "minecraft:moving_piston" + }, + "bedrock_state": { + "bedrock_identifier": "moving_block" + } + }, + { + "java_state": { + "Name": "minecraft:dandelion" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_flower" + } + }, + { + "java_state": { + "Name": "minecraft:torchflower" + }, + "bedrock_state": { + "bedrock_identifier": "torchflower" + } + }, + { + "java_state": { + "Name": "minecraft:poppy" + }, + "bedrock_state": { + "bedrock_identifier": "poppy" + } + }, + { + "java_state": { + "Name": "minecraft:blue_orchid" + }, + "bedrock_state": { + "bedrock_identifier": "blue_orchid" + } + }, + { + "java_state": { + "Name": "minecraft:allium" + }, + "bedrock_state": { + "bedrock_identifier": "allium" + } + }, + { + "java_state": { + "Name": "minecraft:azure_bluet" + }, + "bedrock_state": { + "bedrock_identifier": "azure_bluet" + } + }, + { + "java_state": { + "Name": "minecraft:red_tulip" + }, + "bedrock_state": { + "bedrock_identifier": "red_tulip" + } + }, + { + "java_state": { + "Name": "minecraft:orange_tulip" + }, + "bedrock_state": { + "bedrock_identifier": "orange_tulip" + } + }, + { + "java_state": { + "Name": "minecraft:white_tulip" + }, + "bedrock_state": { + "bedrock_identifier": "white_tulip" + } + }, + { + "java_state": { + "Name": "minecraft:pink_tulip" + }, + "bedrock_state": { + "bedrock_identifier": "pink_tulip" + } + }, + { + "java_state": { + "Name": "minecraft:oxeye_daisy" + }, + "bedrock_state": { + "bedrock_identifier": "oxeye_daisy" + } + }, + { + "java_state": { + "Name": "minecraft:cornflower" + }, + "bedrock_state": { + "bedrock_identifier": "cornflower" + } + }, + { + "java_state": { + "Name": "minecraft:wither_rose" + }, + "bedrock_state": { + "bedrock_identifier": "wither_rose" + } + }, + { + "java_state": { + "Name": "minecraft:lily_of_the_valley" + }, + "bedrock_state": { + "bedrock_identifier": "lily_of_the_valley" + } + }, + { + "java_state": { + "Name": "minecraft:brown_mushroom" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom" + } + }, + { + "java_state": { + "Name": "minecraft:red_mushroom" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom" + } + }, + { + "java_state": { + "Name": "minecraft:gold_block" + }, + "bedrock_state": { + "bedrock_identifier": "gold_block" + } + }, + { + "java_state": { + "Name": "minecraft:iron_block" + }, + "bedrock_state": { + "bedrock_identifier": "iron_block" + } + }, + { + "java_state": { + "Name": "minecraft:bricks" + }, + "bedrock_state": { + "bedrock_identifier": "brick_block" + } + }, + { + "java_state": { + "Properties": { + "unstable": "true" + }, + "Name": "minecraft:tnt" + }, + "bedrock_state": { + "bedrock_identifier": "tnt", + "state": { + "explode_bit": false, + "allow_underwater_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "unstable": "false" + }, + "Name": "minecraft:tnt" + }, + "bedrock_state": { + "bedrock_identifier": "tnt", + "state": { + "explode_bit": false, + "allow_underwater_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "bookshelf" + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 63, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 31, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 47, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 15, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 55, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 23, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 39, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 7, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 59, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 27, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 43, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 11, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 51, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 19, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 35, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 3, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 61, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 29, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 45, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 13, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 53, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 21, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 37, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 5, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 57, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 25, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 41, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 9, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 49, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 17, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 33, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 1, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 62, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 30, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 46, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 14, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 54, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 22, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 38, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 6, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 58, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 26, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 42, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 10, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 50, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 18, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 34, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 2, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 60, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 28, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 44, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 12, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 52, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 20, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 36, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 4, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 56, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 24, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 40, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 8, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 48, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 16, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 32, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "north" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 0, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 63, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 31, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 47, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 15, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 55, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 23, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 39, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 7, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 59, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 27, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 43, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 11, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 51, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 19, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 35, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 3, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 61, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 29, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 45, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 13, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 53, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 21, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 37, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 5, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 57, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 25, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 41, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 9, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 49, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 17, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 33, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 1, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 62, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 30, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 46, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 14, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 54, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 22, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 38, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 6, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 58, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 26, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 42, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 10, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 50, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 18, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 34, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 2, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 60, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 28, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 44, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 12, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 52, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 20, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 36, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 4, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 56, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 24, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 40, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 8, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 48, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 16, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 32, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "south" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 0, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 63, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 31, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 47, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 15, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 55, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 23, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 39, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 7, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 59, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 27, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 43, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 11, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 51, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 19, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 35, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 3, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 61, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 29, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 45, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 13, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 53, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 21, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 37, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 5, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 57, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 25, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 41, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 9, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 49, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 17, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 33, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 1, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 62, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 30, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 46, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 14, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 54, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 22, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 38, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 6, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 58, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 26, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 42, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 10, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 50, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 18, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 34, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 2, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 60, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 28, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 44, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 12, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 52, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 20, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 36, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 4, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 56, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 24, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 40, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 8, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 48, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 16, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 32, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "west" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 0, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 63, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 31, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 47, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 15, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 55, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 23, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 39, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 7, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 59, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 27, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 43, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 11, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 51, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 19, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 35, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 3, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 61, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 29, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 45, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 13, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 53, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 21, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 37, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 5, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 57, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 25, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 41, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 9, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 49, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 17, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 33, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "true", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 1, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 62, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 30, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 46, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 14, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 54, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 22, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 38, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 6, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 58, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 26, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 42, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 10, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 50, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 18, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 34, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "true", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 2, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 60, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 28, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 44, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 12, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 52, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 20, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 36, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "true", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 4, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 56, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 24, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 40, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "true", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 8, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 48, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "true", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 16, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "true", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 32, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "slot_5_occupied": "false", + "slot_4_occupied": "false", + "slot_3_occupied": "false", + "slot_2_occupied": "false", + "slot_1_occupied": "false", + "slot_0_occupied": "false", + "facing": "east" + }, + "Name": "minecraft:chiseled_bookshelf" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_bookshelf", + "state": { + "books_stored": 0, + "direction": 3 + } + } + }, + { + "java_state": { + "Name": "minecraft:mossy_cobblestone" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone" + } + }, + { + "java_state": { + "Name": "minecraft:obsidian" + }, + "bedrock_state": { + "bedrock_identifier": "obsidian" + } + }, + { + "java_state": { + "Name": "minecraft:torch" + }, + "bedrock_state": { + "bedrock_identifier": "torch", + "state": { + "torch_facing_direction": "top" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "torch", + "state": { + "torch_facing_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "torch", + "state": { + "torch_facing_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "torch", + "state": { + "torch_facing_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "torch", + "state": { + "torch_facing_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "0" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "1" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "2" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "3" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "4" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "5" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "6" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "7" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "8" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "9" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "10" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "11" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "12" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "13" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "14" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "age": "15" + }, + "Name": "minecraft:fire" + }, + "bedrock_state": { + "bedrock_identifier": "fire", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Name": "minecraft:soul_fire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_fire", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:spawner" + }, + "bedrock_state": { + "bedrock_identifier": "mob_spawner" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "single", + "facing": "north" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "single", + "facing": "north" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "left", + "facing": "north" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "left", + "facing": "north" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "right", + "facing": "north" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "right", + "facing": "north" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "single", + "facing": "south" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "single", + "facing": "south" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "left", + "facing": "south" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "left", + "facing": "south" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "right", + "facing": "south" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "right", + "facing": "south" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "single", + "facing": "west" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "single", + "facing": "west" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "left", + "facing": "west" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "left", + "facing": "west" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "right", + "facing": "west" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "right", + "facing": "west" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "single", + "facing": "east" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "single", + "facing": "east" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "left", + "facing": "east" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "left", + "facing": "east" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "right", + "facing": "east" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "right", + "facing": "east" + }, + "Name": "minecraft:chest" + }, + "bedrock_state": { + "bedrock_identifier": "chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "0", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "0", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "0", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "0", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "0", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "0", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "0", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "0", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "0", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "1", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "1", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "1", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "1", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "1", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "1", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "1", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "1", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "1", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "2", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "2", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "2", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "2", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "2", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "2", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "2", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "2", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "2", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "3", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "3", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "3", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "3", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "3", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "3", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "3", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "3", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "3", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "4", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "4", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "4", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "4", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "4", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "4", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "4", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "4", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "4", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "5", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "5", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "5", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "5", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "5", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "5", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "5", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "5", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "5", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "6", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "6", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "6", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "6", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "6", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "6", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "6", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "6", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "6", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "7", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "7", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "7", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "7", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "7", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "7", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "7", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "7", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "7", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "8", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "8", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "8", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "8", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "8", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "8", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "8", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "8", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "8", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "9", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "9", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "9", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "9", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "9", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "9", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "9", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "9", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "9", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "10", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "10", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "10", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "10", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "10", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "10", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "10", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "10", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "10", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "11", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "11", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "11", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "11", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "11", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "11", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "11", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "11", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "11", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "12", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "12", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "12", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "12", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "12", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "12", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "12", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "12", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "12", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "13", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "13", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "13", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "13", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "13", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "13", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "13", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "13", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "13", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "14", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "14", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "14", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "14", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "14", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "14", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "14", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "14", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "14", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "15", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "15", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "15", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "15", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "15", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "15", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "15", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "15", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "15", + "north": "up", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "0", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "0", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "0", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "0", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "0", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "0", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "0", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "0", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "0", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "1", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "1", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "1", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "1", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "1", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "1", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "1", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "1", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "1", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "2", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "2", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "2", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "2", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "2", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "2", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "2", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "2", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "2", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "3", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "3", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "3", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "3", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "3", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "3", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "3", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "3", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "3", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "4", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "4", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "4", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "4", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "4", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "4", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "4", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "4", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "4", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "5", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "5", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "5", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "5", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "5", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "5", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "5", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "5", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "5", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "6", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "6", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "6", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "6", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "6", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "6", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "6", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "6", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "6", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "7", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "7", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "7", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "7", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "7", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "7", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "7", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "7", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "7", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "8", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "8", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "8", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "8", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "8", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "8", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "8", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "8", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "8", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "9", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "9", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "9", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "9", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "9", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "9", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "9", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "9", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "9", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "10", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "10", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "10", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "10", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "10", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "10", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "10", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "10", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "10", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "11", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "11", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "11", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "11", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "11", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "11", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "11", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "11", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "11", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "12", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "12", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "12", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "12", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "12", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "12", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "12", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "12", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "12", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "13", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "13", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "13", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "13", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "13", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "13", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "13", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "13", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "13", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "14", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "14", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "14", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "14", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "14", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "14", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "14", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "14", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "14", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "15", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "15", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "15", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "15", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "15", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "15", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "15", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "15", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "15", + "north": "side", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "0", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "0", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "0", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "0", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "0", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "0", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "0", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "0", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "0", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "1", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "1", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "1", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "1", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "1", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "1", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "1", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "1", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "1", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "2", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "2", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "2", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "2", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "2", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "2", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "2", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "2", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "2", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "3", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "3", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "3", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "3", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "3", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "3", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "3", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "3", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "3", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "4", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "4", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "4", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "4", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "4", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "4", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "4", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "4", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "4", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "5", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "5", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "5", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "5", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "5", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "5", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "5", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "5", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "5", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "6", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "6", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "6", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "6", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "6", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "6", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "6", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "6", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "6", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "7", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "7", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "7", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "7", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "7", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "7", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "7", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "7", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "7", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "8", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "8", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "8", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "8", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "8", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "8", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "8", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "8", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "8", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "9", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "9", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "9", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "9", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "9", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "9", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "9", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "9", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "9", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "10", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "10", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "10", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "10", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "10", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "10", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "10", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "10", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "10", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "11", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "11", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "11", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "11", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "11", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "11", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "11", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "11", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "11", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "12", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "12", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "12", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "12", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "12", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "12", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "12", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "12", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "12", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "13", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "13", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "13", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "13", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "13", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "13", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "13", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "13", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "13", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "14", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "14", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "14", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "14", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "14", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "14", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "14", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "14", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "14", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "15", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "15", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "15", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "15", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "15", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "15", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "15", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "15", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "15", + "north": "none", + "east": "up" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "0", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "0", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "0", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "0", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "0", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "0", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "0", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "0", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "0", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "1", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "1", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "1", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "1", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "1", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "1", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "1", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "1", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "1", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "2", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "2", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "2", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "2", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "2", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "2", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "2", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "2", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "2", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "3", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "3", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "3", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "3", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "3", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "3", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "3", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "3", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "3", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "4", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "4", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "4", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "4", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "4", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "4", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "4", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "4", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "4", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "5", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "5", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "5", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "5", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "5", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "5", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "5", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "5", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "5", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "6", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "6", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "6", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "6", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "6", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "6", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "6", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "6", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "6", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "7", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "7", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "7", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "7", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "7", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "7", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "7", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "7", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "7", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "8", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "8", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "8", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "8", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "8", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "8", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "8", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "8", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "8", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "9", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "9", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "9", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "9", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "9", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "9", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "9", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "9", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "9", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "10", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "10", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "10", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "10", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "10", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "10", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "10", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "10", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "10", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "11", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "11", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "11", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "11", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "11", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "11", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "11", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "11", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "11", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "12", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "12", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "12", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "12", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "12", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "12", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "12", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "12", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "12", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "13", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "13", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "13", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "13", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "13", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "13", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "13", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "13", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "13", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "14", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "14", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "14", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "14", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "14", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "14", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "14", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "14", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "14", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "15", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "15", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "15", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "15", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "15", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "15", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "15", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "15", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "15", + "north": "up", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "0", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "0", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "0", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "0", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "0", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "0", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "0", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "0", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "0", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "1", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "1", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "1", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "1", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "1", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "1", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "1", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "1", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "1", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "2", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "2", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "2", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "2", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "2", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "2", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "2", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "2", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "2", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "3", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "3", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "3", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "3", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "3", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "3", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "3", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "3", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "3", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "4", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "4", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "4", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "4", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "4", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "4", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "4", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "4", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "4", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "5", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "5", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "5", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "5", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "5", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "5", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "5", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "5", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "5", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "6", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "6", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "6", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "6", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "6", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "6", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "6", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "6", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "6", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "7", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "7", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "7", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "7", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "7", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "7", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "7", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "7", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "7", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "8", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "8", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "8", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "8", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "8", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "8", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "8", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "8", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "8", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "9", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "9", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "9", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "9", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "9", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "9", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "9", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "9", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "9", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "10", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "10", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "10", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "10", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "10", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "10", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "10", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "10", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "10", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "11", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "11", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "11", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "11", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "11", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "11", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "11", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "11", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "11", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "12", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "12", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "12", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "12", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "12", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "12", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "12", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "12", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "12", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "13", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "13", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "13", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "13", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "13", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "13", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "13", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "13", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "13", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "14", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "14", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "14", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "14", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "14", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "14", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "14", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "14", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "14", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "15", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "15", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "15", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "15", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "15", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "15", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "15", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "15", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "15", + "north": "side", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "0", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "0", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "0", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "0", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "0", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "0", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "0", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "0", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "0", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "1", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "1", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "1", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "1", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "1", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "1", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "1", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "1", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "1", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "2", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "2", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "2", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "2", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "2", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "2", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "2", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "2", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "2", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "3", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "3", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "3", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "3", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "3", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "3", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "3", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "3", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "3", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "4", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "4", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "4", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "4", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "4", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "4", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "4", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "4", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "4", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "5", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "5", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "5", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "5", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "5", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "5", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "5", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "5", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "5", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "6", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "6", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "6", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "6", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "6", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "6", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "6", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "6", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "6", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "7", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "7", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "7", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "7", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "7", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "7", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "7", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "7", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "7", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "8", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "8", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "8", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "8", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "8", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "8", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "8", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "8", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "8", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "9", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "9", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "9", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "9", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "9", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "9", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "9", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "9", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "9", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "10", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "10", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "10", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "10", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "10", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "10", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "10", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "10", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "10", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "11", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "11", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "11", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "11", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "11", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "11", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "11", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "11", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "11", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "12", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "12", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "12", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "12", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "12", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "12", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "12", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "12", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "12", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "13", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "13", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "13", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "13", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "13", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "13", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "13", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "13", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "13", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "14", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "14", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "14", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "14", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "14", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "14", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "14", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "14", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "14", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "15", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "15", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "15", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "15", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "15", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "15", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "15", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "15", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "15", + "north": "none", + "east": "side" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "0", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "0", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "0", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "0", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "0", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "0", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "0", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "0", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "0", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "1", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "1", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "1", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "1", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "1", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "1", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "1", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "1", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "1", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "2", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "2", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "2", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "2", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "2", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "2", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "2", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "2", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "2", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "3", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "3", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "3", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "3", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "3", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "3", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "3", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "3", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "3", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "4", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "4", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "4", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "4", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "4", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "4", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "4", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "4", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "4", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "5", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "5", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "5", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "5", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "5", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "5", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "5", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "5", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "5", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "6", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "6", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "6", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "6", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "6", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "6", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "6", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "6", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "6", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "7", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "7", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "7", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "7", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "7", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "7", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "7", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "7", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "7", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "8", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "8", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "8", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "8", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "8", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "8", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "8", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "8", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "8", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "9", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "9", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "9", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "9", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "9", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "9", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "9", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "9", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "9", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "10", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "10", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "10", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "10", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "10", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "10", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "10", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "10", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "10", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "11", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "11", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "11", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "11", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "11", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "11", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "11", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "11", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "11", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "12", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "12", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "12", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "12", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "12", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "12", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "12", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "12", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "12", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "13", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "13", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "13", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "13", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "13", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "13", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "13", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "13", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "13", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "14", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "14", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "14", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "14", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "14", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "14", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "14", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "14", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "14", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "15", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "15", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "15", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "15", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "15", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "15", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "15", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "15", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "15", + "north": "up", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "0", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "0", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "0", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "0", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "0", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "0", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "0", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "0", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "0", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "1", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "1", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "1", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "1", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "1", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "1", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "1", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "1", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "1", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "2", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "2", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "2", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "2", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "2", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "2", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "2", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "2", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "2", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "3", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "3", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "3", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "3", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "3", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "3", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "3", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "3", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "3", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "4", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "4", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "4", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "4", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "4", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "4", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "4", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "4", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "4", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "5", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "5", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "5", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "5", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "5", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "5", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "5", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "5", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "5", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "6", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "6", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "6", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "6", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "6", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "6", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "6", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "6", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "6", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "7", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "7", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "7", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "7", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "7", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "7", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "7", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "7", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "7", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "8", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "8", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "8", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "8", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "8", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "8", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "8", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "8", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "8", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "9", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "9", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "9", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "9", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "9", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "9", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "9", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "9", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "9", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "10", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "10", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "10", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "10", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "10", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "10", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "10", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "10", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "10", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "11", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "11", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "11", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "11", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "11", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "11", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "11", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "11", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "11", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "12", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "12", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "12", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "12", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "12", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "12", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "12", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "12", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "12", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "13", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "13", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "13", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "13", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "13", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "13", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "13", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "13", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "13", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "14", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "14", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "14", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "14", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "14", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "14", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "14", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "14", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "14", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "15", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "15", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "15", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "15", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "15", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "15", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "15", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "15", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "15", + "north": "side", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "0", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "0", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "0", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "0", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "0", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "0", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "0", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "0", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "0", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "1", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "1", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "1", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "1", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "1", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "1", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "1", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "1", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "1", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "2", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "2", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "2", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "2", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "2", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "2", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "2", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "2", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "2", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "3", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "3", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "3", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "3", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "3", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "3", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "3", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "3", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "3", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "4", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "4", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "4", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "4", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "4", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "4", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "4", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "4", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "4", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "5", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "5", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "5", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "5", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "5", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "5", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "5", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "5", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "5", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "6", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "6", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "6", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "6", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "6", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "6", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "6", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "6", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "6", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "7", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "7", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "7", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "7", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "7", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "7", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "7", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "7", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "7", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "8", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "8", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "8", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "8", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "8", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "8", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "8", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "8", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "8", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "9", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "9", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "9", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "9", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "9", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "9", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "9", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "9", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "9", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "10", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "10", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "10", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "10", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "10", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "10", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "10", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "10", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "10", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "11", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "11", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "11", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "11", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "11", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "11", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "11", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "11", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "11", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "12", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "12", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "12", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "12", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "12", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "12", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "12", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "12", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "12", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "13", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "13", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "13", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "13", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "13", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "13", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "13", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "13", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "13", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "14", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "14", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "14", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "14", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "14", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "14", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "14", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "14", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "14", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "up", + "power": "15", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "up", + "power": "15", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "up", + "power": "15", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "side", + "power": "15", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "side", + "power": "15", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "side", + "power": "15", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "up", + "south": "none", + "power": "15", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "side", + "south": "none", + "power": "15", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "south": "none", + "power": "15", + "north": "none", + "east": "none" + }, + "Name": "minecraft:redstone_wire" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_wire", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Name": "minecraft:diamond_ore" + }, + "bedrock_state": { + "bedrock_identifier": "diamond_ore" + } + }, + { + "java_state": { + "Name": "minecraft:deepslate_diamond_ore" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_diamond_ore" + } + }, + { + "java_state": { + "Name": "minecraft:diamond_block" + }, + "bedrock_state": { + "bedrock_identifier": "diamond_block" + } + }, + { + "java_state": { + "Name": "minecraft:crafting_table" + }, + "bedrock_state": { + "bedrock_identifier": "crafting_table" + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:wheat" + }, + "bedrock_state": { + "bedrock_identifier": "wheat", + "state": { + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:wheat" + }, + "bedrock_state": { + "bedrock_identifier": "wheat", + "state": { + "growth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:wheat" + }, + "bedrock_state": { + "bedrock_identifier": "wheat", + "state": { + "growth": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:wheat" + }, + "bedrock_state": { + "bedrock_identifier": "wheat", + "state": { + "growth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "age": "4" + }, + "Name": "minecraft:wheat" + }, + "bedrock_state": { + "bedrock_identifier": "wheat", + "state": { + "growth": 4 + } + } + }, + { + "java_state": { + "Properties": { + "age": "5" + }, + "Name": "minecraft:wheat" + }, + "bedrock_state": { + "bedrock_identifier": "wheat", + "state": { + "growth": 5 + } + } + }, + { + "java_state": { + "Properties": { + "age": "6" + }, + "Name": "minecraft:wheat" + }, + "bedrock_state": { + "bedrock_identifier": "wheat", + "state": { + "growth": 6 + } + } + }, + { + "java_state": { + "Properties": { + "age": "7" + }, + "Name": "minecraft:wheat" + }, + "bedrock_state": { + "bedrock_identifier": "wheat", + "state": { + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "moisture": "0" + }, + "Name": "minecraft:farmland" + }, + "bedrock_state": { + "bedrock_identifier": "farmland", + "state": { + "moisturized_amount": 0 + } + } + }, + { + "java_state": { + "Properties": { + "moisture": "1" + }, + "Name": "minecraft:farmland" + }, + "bedrock_state": { + "bedrock_identifier": "farmland", + "state": { + "moisturized_amount": 1 + } + } + }, + { + "java_state": { + "Properties": { + "moisture": "2" + }, + "Name": "minecraft:farmland" + }, + "bedrock_state": { + "bedrock_identifier": "farmland", + "state": { + "moisturized_amount": 2 + } + } + }, + { + "java_state": { + "Properties": { + "moisture": "3" + }, + "Name": "minecraft:farmland" + }, + "bedrock_state": { + "bedrock_identifier": "farmland", + "state": { + "moisturized_amount": 3 + } + } + }, + { + "java_state": { + "Properties": { + "moisture": "4" + }, + "Name": "minecraft:farmland" + }, + "bedrock_state": { + "bedrock_identifier": "farmland", + "state": { + "moisturized_amount": 4 + } + } + }, + { + "java_state": { + "Properties": { + "moisture": "5" + }, + "Name": "minecraft:farmland" + }, + "bedrock_state": { + "bedrock_identifier": "farmland", + "state": { + "moisturized_amount": 5 + } + } + }, + { + "java_state": { + "Properties": { + "moisture": "6" + }, + "Name": "minecraft:farmland" + }, + "bedrock_state": { + "bedrock_identifier": "farmland", + "state": { + "moisturized_amount": 6 + } + } + }, + { + "java_state": { + "Properties": { + "moisture": "7" + }, + "Name": "minecraft:farmland" + }, + "bedrock_state": { + "bedrock_identifier": "farmland", + "state": { + "moisturized_amount": 7 + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "north" + }, + "Name": "minecraft:furnace" + }, + "bedrock_state": { + "bedrock_identifier": "lit_furnace", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "north" + }, + "Name": "minecraft:furnace" + }, + "bedrock_state": { + "bedrock_identifier": "furnace", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "south" + }, + "Name": "minecraft:furnace" + }, + "bedrock_state": { + "bedrock_identifier": "lit_furnace", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "south" + }, + "Name": "minecraft:furnace" + }, + "bedrock_state": { + "bedrock_identifier": "furnace", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "west" + }, + "Name": "minecraft:furnace" + }, + "bedrock_state": { + "bedrock_identifier": "lit_furnace", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "west" + }, + "Name": "minecraft:furnace" + }, + "bedrock_state": { + "bedrock_identifier": "furnace", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "east" + }, + "Name": "minecraft:furnace" + }, + "bedrock_state": { + "bedrock_identifier": "lit_furnace", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "east" + }, + "Name": "minecraft:furnace" + }, + "bedrock_state": { + "bedrock_identifier": "furnace", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15" + }, + "Name": "minecraft:oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15" + }, + "Name": "minecraft:spruce_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15" + }, + "Name": "minecraft:birch_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15" + }, + "Name": "minecraft:acacia_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15" + }, + "Name": "minecraft:cherry_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15" + }, + "Name": "minecraft:jungle_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15" + }, + "Name": "minecraft:dark_oak_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15" + }, + "Name": "minecraft:mangrove_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15" + }, + "Name": "minecraft:bamboo_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:ladder" + }, + "bedrock_state": { + "bedrock_identifier": "ladder", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:ladder" + }, + "bedrock_state": { + "bedrock_identifier": "ladder", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:ladder" + }, + "bedrock_state": { + "bedrock_identifier": "ladder", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:ladder" + }, + "bedrock_state": { + "bedrock_identifier": "ladder", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:ladder" + }, + "bedrock_state": { + "bedrock_identifier": "ladder", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:ladder" + }, + "bedrock_state": { + "bedrock_identifier": "ladder", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:ladder" + }, + "bedrock_state": { + "bedrock_identifier": "ladder", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:ladder" + }, + "bedrock_state": { + "bedrock_identifier": "ladder", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "north_south" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "north_south" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "east_west" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "east_west" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_east" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_east" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_west" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_west" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_north" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_north" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_south" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_south" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "south_east" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "south_east" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "south_west" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "south_west" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "north_west" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "north_west" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "north_east" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "north_east" + }, + "Name": "minecraft:rail" + }, + "bedrock_state": { + "bedrock_identifier": "rail", + "state": { + "rail_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:spruce_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:spruce_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:spruce_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:spruce_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:spruce_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:spruce_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:spruce_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:spruce_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:birch_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:birch_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:birch_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:birch_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:birch_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:birch_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:birch_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:birch_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:acacia_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:acacia_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:acacia_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:acacia_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:acacia_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:acacia_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:acacia_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:acacia_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:cherry_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:cherry_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:cherry_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:cherry_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:cherry_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:cherry_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:cherry_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:cherry_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:jungle_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:jungle_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:jungle_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:jungle_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:jungle_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:jungle_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:jungle_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:jungle_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:dark_oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:dark_oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:dark_oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:dark_oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:dark_oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:dark_oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:dark_oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:dark_oak_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "darkoak_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:mangrove_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:mangrove_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:mangrove_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:mangrove_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:mangrove_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:mangrove_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:mangrove_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:mangrove_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:bamboo_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:bamboo_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:bamboo_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:bamboo_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:bamboo_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:bamboo_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:bamboo_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:bamboo_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:spruce_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:birch_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:acacia_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:cherry_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:jungle_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:dark_oak_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:crimson_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:warped_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:mangrove_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "true" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": true, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": false, + "facing_direction": 3, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 1, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 2, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 3, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": false, + "facing_direction": 4, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 5, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 6, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 7, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 9, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 10, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 11, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": false, + "facing_direction": 5, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 13, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 14, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15", + "attached": "false" + }, + "Name": "minecraft:bamboo_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 15, + "attached_bit": false, + "facing_direction": 2, + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "oak_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:spruce_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:spruce_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:spruce_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:spruce_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:spruce_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:spruce_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:spruce_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:spruce_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:birch_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:birch_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:birch_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:birch_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:birch_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:birch_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:birch_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:birch_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "birch_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:acacia_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:acacia_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:acacia_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:acacia_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:acacia_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:acacia_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:acacia_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:acacia_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:cherry_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:cherry_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:cherry_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:cherry_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:cherry_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:cherry_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:cherry_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:cherry_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:jungle_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:jungle_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:jungle_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:jungle_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:jungle_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:jungle_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:jungle_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:jungle_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:dark_oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:dark_oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:dark_oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:dark_oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:dark_oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:dark_oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:dark_oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:dark_oak_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:mangrove_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:mangrove_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:mangrove_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:mangrove_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:mangrove_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:mangrove_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:mangrove_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:mangrove_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:crimson_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:crimson_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:crimson_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:crimson_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:crimson_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:crimson_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:crimson_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:crimson_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:warped_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:warped_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:warped_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:warped_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:warped_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:warped_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:warped_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:warped_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:bamboo_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:bamboo_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 8, + "attached_bit": true, + "facing_direction": 2, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:bamboo_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:bamboo_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 0, + "attached_bit": true, + "facing_direction": 3, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:bamboo_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:bamboo_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 4, + "attached_bit": true, + "facing_direction": 4, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:bamboo_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:bamboo_wall_hanging_sign" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_hanging_sign", + "state": { + "ground_sign_direction": 12, + "attached_bit": true, + "facing_direction": 5, + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": true, + "lever_direction": "up_north_south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": false, + "lever_direction": "up_north_south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": false, + "lever_direction": "up_north_south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": true, + "lever_direction": "up_north_south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": true, + "lever_direction": "up_east_west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": false, + "lever_direction": "up_east_west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": false, + "lever_direction": "up_east_west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": true, + "lever_direction": "up_east_west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": true, + "lever_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": false, + "lever_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": true, + "lever_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": false, + "lever_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": true, + "lever_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": false, + "lever_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": true, + "lever_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": false, + "lever_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": true, + "lever_direction": "down_north_south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": false, + "lever_direction": "down_north_south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": false, + "lever_direction": "down_north_south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": true, + "lever_direction": "down_north_south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": true, + "lever_direction": "down_east_west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": false, + "lever_direction": "down_east_west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": false, + "lever_direction": "down_east_west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:lever" + }, + "bedrock_state": { + "bedrock_identifier": "lever", + "state": { + "open_bit": true, + "lever_direction": "down_east_west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:stone_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "stone_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:stone_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "stone_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:iron_door" + }, + "bedrock_state": { + "bedrock_identifier": "iron_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:oak_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:oak_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:spruce_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:spruce_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:birch_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:birch_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:jungle_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:jungle_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:acacia_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:acacia_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:cherry_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:cherry_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:dark_oak_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:dark_oak_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:mangrove_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:mangrove_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:bamboo_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:bamboo_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:redstone_ore" + }, + "bedrock_state": { + "bedrock_identifier": "lit_redstone_ore" + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:redstone_ore" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_ore" + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:deepslate_redstone_ore" + }, + "bedrock_state": { + "bedrock_identifier": "lit_deepslate_redstone_ore" + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:deepslate_redstone_ore" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_redstone_ore" + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:redstone_torch" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_torch", + "state": { + "torch_facing_direction": "top" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:redstone_torch" + }, + "bedrock_state": { + "bedrock_identifier": "unlit_redstone_torch", + "state": { + "torch_facing_direction": "top" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "north" + }, + "Name": "minecraft:redstone_wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_torch", + "state": { + "torch_facing_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "north" + }, + "Name": "minecraft:redstone_wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "unlit_redstone_torch", + "state": { + "torch_facing_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "south" + }, + "Name": "minecraft:redstone_wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_torch", + "state": { + "torch_facing_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "south" + }, + "Name": "minecraft:redstone_wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "unlit_redstone_torch", + "state": { + "torch_facing_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "west" + }, + "Name": "minecraft:redstone_wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_torch", + "state": { + "torch_facing_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "west" + }, + "Name": "minecraft:redstone_wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "unlit_redstone_torch", + "state": { + "torch_facing_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "east" + }, + "Name": "minecraft:redstone_wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_torch", + "state": { + "torch_facing_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "east" + }, + "Name": "minecraft:redstone_wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "unlit_redstone_torch", + "state": { + "torch_facing_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:stone_button" + }, + "bedrock_state": { + "bedrock_identifier": "stone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "layers": "1" + }, + "Name": "minecraft:snow" + }, + "bedrock_state": { + "bedrock_identifier": "snow_layer", + "state": { + "covered_bit": false, + "height": 0 + } + } + }, + { + "java_state": { + "Properties": { + "layers": "2" + }, + "Name": "minecraft:snow" + }, + "bedrock_state": { + "bedrock_identifier": "snow_layer", + "state": { + "covered_bit": false, + "height": 1 + } + } + }, + { + "java_state": { + "Properties": { + "layers": "3" + }, + "Name": "minecraft:snow" + }, + "bedrock_state": { + "bedrock_identifier": "snow_layer", + "state": { + "covered_bit": false, + "height": 2 + } + } + }, + { + "java_state": { + "Properties": { + "layers": "4" + }, + "Name": "minecraft:snow" + }, + "bedrock_state": { + "bedrock_identifier": "snow_layer", + "state": { + "covered_bit": false, + "height": 3 + } + } + }, + { + "java_state": { + "Properties": { + "layers": "5" + }, + "Name": "minecraft:snow" + }, + "bedrock_state": { + "bedrock_identifier": "snow_layer", + "state": { + "covered_bit": false, + "height": 4 + } + } + }, + { + "java_state": { + "Properties": { + "layers": "6" + }, + "Name": "minecraft:snow" + }, + "bedrock_state": { + "bedrock_identifier": "snow_layer", + "state": { + "covered_bit": false, + "height": 5 + } + } + }, + { + "java_state": { + "Properties": { + "layers": "7" + }, + "Name": "minecraft:snow" + }, + "bedrock_state": { + "bedrock_identifier": "snow_layer", + "state": { + "covered_bit": false, + "height": 6 + } + } + }, + { + "java_state": { + "Properties": { + "layers": "8" + }, + "Name": "minecraft:snow" + }, + "bedrock_state": { + "bedrock_identifier": "snow_layer", + "state": { + "covered_bit": false, + "height": 7 + } + } + }, + { + "java_state": { + "Name": "minecraft:ice" + }, + "bedrock_state": { + "bedrock_identifier": "ice" + } + }, + { + "java_state": { + "Name": "minecraft:snow_block" + }, + "bedrock_state": { + "bedrock_identifier": "snow" + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "age": "4" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "age": "5" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "age": "6" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "age": "7" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "age": "8" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "age": "9" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "age": "10" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "age": "11" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "age": "12" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "age": "13" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "age": "14" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "age": "15" + }, + "Name": "minecraft:cactus" + }, + "bedrock_state": { + "bedrock_identifier": "cactus", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Name": "minecraft:clay" + }, + "bedrock_state": { + "bedrock_identifier": "clay" + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "age": "4" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "age": "5" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "age": "6" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "age": "7" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "age": "8" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "age": "9" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "age": "10" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "age": "11" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "age": "12" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "age": "13" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "age": "14" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "age": "15" + }, + "Name": "minecraft:sugar_cane" + }, + "bedrock_state": { + "bedrock_identifier": "reeds", + "state": { + "age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "has_record": "true" + }, + "Name": "minecraft:jukebox" + }, + "bedrock_state": { + "bedrock_identifier": "jukebox" + } + }, + { + "java_state": { + "Properties": { + "has_record": "false" + }, + "Name": "minecraft:jukebox" + }, + "bedrock_state": { + "bedrock_identifier": "jukebox" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "oak_fence" + } + }, + { + "java_state": { + "Name": "minecraft:netherrack" + }, + "bedrock_state": { + "bedrock_identifier": "netherrack" + } + }, + { + "java_state": { + "Name": "minecraft:soul_sand" + }, + "bedrock_state": { + "bedrock_identifier": "soul_sand" + } + }, + { + "java_state": { + "Name": "minecraft:soul_soil" + }, + "bedrock_state": { + "bedrock_identifier": "soul_soil" + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:basalt" + }, + "bedrock_state": { + "bedrock_identifier": "basalt", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:basalt" + }, + "bedrock_state": { + "bedrock_identifier": "basalt", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:basalt" + }, + "bedrock_state": { + "bedrock_identifier": "basalt", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:polished_basalt" + }, + "bedrock_state": { + "bedrock_identifier": "polished_basalt", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:polished_basalt" + }, + "bedrock_state": { + "bedrock_identifier": "polished_basalt", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:polished_basalt" + }, + "bedrock_state": { + "bedrock_identifier": "polished_basalt", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Name": "minecraft:soul_torch" + }, + "bedrock_state": { + "bedrock_identifier": "soul_torch", + "state": { + "torch_facing_direction": "top" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:soul_wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "soul_torch", + "state": { + "torch_facing_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:soul_wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "soul_torch", + "state": { + "torch_facing_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:soul_wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "soul_torch", + "state": { + "torch_facing_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:soul_wall_torch" + }, + "bedrock_state": { + "bedrock_identifier": "soul_torch", + "state": { + "torch_facing_direction": "west" + } + } + }, + { + "java_state": { + "Name": "minecraft:glowstone" + }, + "bedrock_state": { + "bedrock_identifier": "glowstone" + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:nether_portal" + }, + "bedrock_state": { + "bedrock_identifier": "portal", + "state": { + "portal_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:nether_portal" + }, + "bedrock_state": { + "bedrock_identifier": "portal", + "state": { + "portal_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:carved_pumpkin" + }, + "bedrock_state": { + "bedrock_identifier": "carved_pumpkin", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:carved_pumpkin" + }, + "bedrock_state": { + "bedrock_identifier": "carved_pumpkin", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:carved_pumpkin" + }, + "bedrock_state": { + "bedrock_identifier": "carved_pumpkin", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:carved_pumpkin" + }, + "bedrock_state": { + "bedrock_identifier": "carved_pumpkin", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:jack_o_lantern" + }, + "bedrock_state": { + "bedrock_identifier": "lit_pumpkin", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:jack_o_lantern" + }, + "bedrock_state": { + "bedrock_identifier": "lit_pumpkin", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:jack_o_lantern" + }, + "bedrock_state": { + "bedrock_identifier": "lit_pumpkin", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:jack_o_lantern" + }, + "bedrock_state": { + "bedrock_identifier": "lit_pumpkin", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "bites": "0" + }, + "Name": "minecraft:cake" + }, + "bedrock_state": { + "bedrock_identifier": "cake", + "state": { + "bite_counter": 0 + } + } + }, + { + "java_state": { + "Properties": { + "bites": "1" + }, + "Name": "minecraft:cake" + }, + "bedrock_state": { + "bedrock_identifier": "cake", + "state": { + "bite_counter": 1 + } + } + }, + { + "java_state": { + "Properties": { + "bites": "2" + }, + "Name": "minecraft:cake" + }, + "bedrock_state": { + "bedrock_identifier": "cake", + "state": { + "bite_counter": 2 + } + } + }, + { + "java_state": { + "Properties": { + "bites": "3" + }, + "Name": "minecraft:cake" + }, + "bedrock_state": { + "bedrock_identifier": "cake", + "state": { + "bite_counter": 3 + } + } + }, + { + "java_state": { + "Properties": { + "bites": "4" + }, + "Name": "minecraft:cake" + }, + "bedrock_state": { + "bedrock_identifier": "cake", + "state": { + "bite_counter": 4 + } + } + }, + { + "java_state": { + "Properties": { + "bites": "5" + }, + "Name": "minecraft:cake" + }, + "bedrock_state": { + "bedrock_identifier": "cake", + "state": { + "bite_counter": 5 + } + } + }, + { + "java_state": { + "Properties": { + "bites": "6" + }, + "Name": "minecraft:cake" + }, + "bedrock_state": { + "bedrock_identifier": "cake", + "state": { + "bite_counter": 6 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "north", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "north", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "north", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "north", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "south", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "south", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "south", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "south", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "west", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "west", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "west", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "west", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "east", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "east", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "east", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "east", + "delay": "1" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 0, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "north", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "north", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "north", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "north", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "south", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "south", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "south", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "south", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "west", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "west", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "west", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "west", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "east", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "east", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "east", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "east", + "delay": "2" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 1, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "north", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "north", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "north", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "north", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "south", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "south", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "south", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "south", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "west", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "west", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "west", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "west", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "east", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "east", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "east", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "east", + "delay": "3" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 2, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "north", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "north", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "north", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "north", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "south", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "south", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "south", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "south", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "west", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "west", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "west", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "west", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "true", + "facing": "east", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "true", + "facing": "east", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "locked": "false", + "facing": "east", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "powered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "locked": "false", + "facing": "east", + "delay": "4" + }, + "Name": "minecraft:repeater" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_repeater", + "state": { + "repeater_delay": 3, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Name": "minecraft:white_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:orange_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:magenta_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:light_blue_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:yellow_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:lime_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:pink_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:gray_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:light_gray_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:cyan_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:purple_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:blue_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:brown_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:green_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:red_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass" + } + }, + { + "java_state": { + "Name": "minecraft:black_stained_glass" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "birch_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:stone_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "stonebrick", + "state": { + "stone_brick_type": "default" + } + } + }, + { + "java_state": { + "Name": "minecraft:mossy_stone_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "stonebrick", + "state": { + "stone_brick_type": "mossy" + } + } + }, + { + "java_state": { + "Name": "minecraft:cracked_stone_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "stonebrick", + "state": { + "stone_brick_type": "cracked" + } + } + }, + { + "java_state": { + "Name": "minecraft:chiseled_stone_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "stonebrick", + "state": { + "stone_brick_type": "chiseled" + } + } + }, + { + "java_state": { + "Name": "minecraft:packed_mud" + }, + "bedrock_state": { + "bedrock_identifier": "packed_mud" + } + }, + { + "java_state": { + "Name": "minecraft:mud_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "mud_bricks" + } + }, + { + "java_state": { + "Name": "minecraft:infested_stone" + }, + "bedrock_state": { + "bedrock_identifier": "monster_egg", + "state": { + "monster_egg_stone_type": "stone" + } + } + }, + { + "java_state": { + "Name": "minecraft:infested_cobblestone" + }, + "bedrock_state": { + "bedrock_identifier": "monster_egg", + "state": { + "monster_egg_stone_type": "cobblestone" + } + } + }, + { + "java_state": { + "Name": "minecraft:infested_stone_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "monster_egg", + "state": { + "monster_egg_stone_type": "stone_brick" + } + } + }, + { + "java_state": { + "Name": "minecraft:infested_mossy_stone_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "monster_egg", + "state": { + "monster_egg_stone_type": "mossy_stone_brick" + } + } + }, + { + "java_state": { + "Name": "minecraft:infested_cracked_stone_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "monster_egg", + "state": { + "monster_egg_stone_type": "cracked_stone_brick" + } + } + }, + { + "java_state": { + "Name": "minecraft:infested_chiseled_stone_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "monster_egg", + "state": { + "monster_egg_stone_type": "chiseled_stone_brick" + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:brown_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "brown_mushroom_block", + "state": { + "huge_mushroom_bits": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:red_mushroom_block" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:mushroom_stem" + }, + "bedrock_state": { + "bedrock_identifier": "red_mushroom_block", + "state": { + "huge_mushroom_bits": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:iron_bars" + }, + "bedrock_state": { + "bedrock_identifier": "iron_bars" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "axis": "x" + }, + "Name": "minecraft:chain" + }, + "bedrock_state": { + "bedrock_identifier": "chain", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "axis": "x" + }, + "Name": "minecraft:chain" + }, + "bedrock_state": { + "bedrock_identifier": "chain", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "axis": "y" + }, + "Name": "minecraft:chain" + }, + "bedrock_state": { + "bedrock_identifier": "chain", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "axis": "y" + }, + "Name": "minecraft:chain" + }, + "bedrock_state": { + "bedrock_identifier": "chain", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "axis": "z" + }, + "Name": "minecraft:chain" + }, + "bedrock_state": { + "bedrock_identifier": "chain", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "axis": "z" + }, + "Name": "minecraft:chain" + }, + "bedrock_state": { + "bedrock_identifier": "chain", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "glass_pane" + } + }, + { + "java_state": { + "Name": "minecraft:pumpkin" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Name": "minecraft:melon" + }, + "bedrock_state": { + "bedrock_identifier": "melon_block" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:attached_pumpkin_stem" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin_stem", + "state": { + "facing_direction": 2, + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:attached_pumpkin_stem" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin_stem", + "state": { + "facing_direction": 3, + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:attached_pumpkin_stem" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin_stem", + "state": { + "facing_direction": 4, + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:attached_pumpkin_stem" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin_stem", + "state": { + "facing_direction": 5, + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:attached_melon_stem" + }, + "bedrock_state": { + "bedrock_identifier": "melon_stem", + "state": { + "facing_direction": 2, + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:attached_melon_stem" + }, + "bedrock_state": { + "bedrock_identifier": "melon_stem", + "state": { + "facing_direction": 3, + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:attached_melon_stem" + }, + "bedrock_state": { + "bedrock_identifier": "melon_stem", + "state": { + "facing_direction": 4, + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:attached_melon_stem" + }, + "bedrock_state": { + "bedrock_identifier": "melon_stem", + "state": { + "facing_direction": 5, + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:pumpkin_stem" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin_stem", + "state": { + "facing_direction": 0, + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:pumpkin_stem" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin_stem", + "state": { + "facing_direction": 0, + "growth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:pumpkin_stem" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin_stem", + "state": { + "facing_direction": 0, + "growth": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:pumpkin_stem" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin_stem", + "state": { + "facing_direction": 0, + "growth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "age": "4" + }, + "Name": "minecraft:pumpkin_stem" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin_stem", + "state": { + "facing_direction": 0, + "growth": 4 + } + } + }, + { + "java_state": { + "Properties": { + "age": "5" + }, + "Name": "minecraft:pumpkin_stem" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin_stem", + "state": { + "facing_direction": 0, + "growth": 5 + } + } + }, + { + "java_state": { + "Properties": { + "age": "6" + }, + "Name": "minecraft:pumpkin_stem" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin_stem", + "state": { + "facing_direction": 0, + "growth": 6 + } + } + }, + { + "java_state": { + "Properties": { + "age": "7" + }, + "Name": "minecraft:pumpkin_stem" + }, + "bedrock_state": { + "bedrock_identifier": "pumpkin_stem", + "state": { + "facing_direction": 0, + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:melon_stem" + }, + "bedrock_state": { + "bedrock_identifier": "melon_stem", + "state": { + "facing_direction": 0, + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:melon_stem" + }, + "bedrock_state": { + "bedrock_identifier": "melon_stem", + "state": { + "facing_direction": 0, + "growth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:melon_stem" + }, + "bedrock_state": { + "bedrock_identifier": "melon_stem", + "state": { + "facing_direction": 0, + "growth": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:melon_stem" + }, + "bedrock_state": { + "bedrock_identifier": "melon_stem", + "state": { + "facing_direction": 0, + "growth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "age": "4" + }, + "Name": "minecraft:melon_stem" + }, + "bedrock_state": { + "bedrock_identifier": "melon_stem", + "state": { + "facing_direction": 0, + "growth": 4 + } + } + }, + { + "java_state": { + "Properties": { + "age": "5" + }, + "Name": "minecraft:melon_stem" + }, + "bedrock_state": { + "bedrock_identifier": "melon_stem", + "state": { + "facing_direction": 0, + "growth": 5 + } + } + }, + { + "java_state": { + "Properties": { + "age": "6" + }, + "Name": "minecraft:melon_stem" + }, + "bedrock_state": { + "bedrock_identifier": "melon_stem", + "state": { + "facing_direction": 0, + "growth": 6 + } + } + }, + { + "java_state": { + "Properties": { + "age": "7" + }, + "Name": "minecraft:melon_stem" + }, + "bedrock_state": { + "bedrock_identifier": "melon_stem", + "state": { + "facing_direction": 0, + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:vine" + }, + "bedrock_state": { + "bedrock_identifier": "vine", + "state": { + "vine_direction_bits": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 63 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 55 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 63 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 55 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 61 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 53 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 61 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 53 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 59 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 51 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 59 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 51 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 57 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 49 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 57 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 49 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 47 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 39 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 47 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 39 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 45 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 37 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 45 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 37 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 43 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 35 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 43 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 35 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 41 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 33 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 41 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 33 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 31 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 23 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 31 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 23 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 29 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 21 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 29 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 21 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 27 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 19 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 27 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 19 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 25 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 17 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 25 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 17 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 62 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 54 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 62 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 54 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 60 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 52 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 60 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 52 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 58 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 50 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 58 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 50 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 56 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 48 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 56 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 48 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 46 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 38 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 46 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 38 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 44 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 36 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 44 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 36 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 42 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 34 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 42 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 34 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 40 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 32 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 40 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 32 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 30 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 22 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 30 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 22 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 28 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 20 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 28 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 20 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 26 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 18 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 26 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 18 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 24 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 16 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 24 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 16 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:glow_lichen" + }, + "bedrock_state": { + "bedrock_identifier": "glow_lichen", + "state": { + "multi_face_direction_bits": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mud_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "snowy": "true" + }, + "Name": "minecraft:mycelium" + }, + "bedrock_state": { + "bedrock_identifier": "mycelium" + } + }, + { + "java_state": { + "Properties": { + "snowy": "false" + }, + "Name": "minecraft:mycelium" + }, + "bedrock_state": { + "bedrock_identifier": "mycelium" + } + }, + { + "java_state": { + "Name": "minecraft:lily_pad" + }, + "bedrock_state": { + "bedrock_identifier": "waterlily" + } + }, + { + "java_state": { + "Name": "minecraft:nether_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:nether_brick_fence" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_fence" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:nether_wart" + }, + "bedrock_state": { + "bedrock_identifier": "nether_wart", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:nether_wart" + }, + "bedrock_state": { + "bedrock_identifier": "nether_wart", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:nether_wart" + }, + "bedrock_state": { + "bedrock_identifier": "nether_wart", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:nether_wart" + }, + "bedrock_state": { + "bedrock_identifier": "nether_wart", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Name": "minecraft:enchanting_table" + }, + "bedrock_state": { + "bedrock_identifier": "enchanting_table" + } + }, + { + "java_state": { + "Properties": { + "has_bottle_2": "true", + "has_bottle_1": "true", + "has_bottle_0": "true" + }, + "Name": "minecraft:brewing_stand" + }, + "bedrock_state": { + "bedrock_identifier": "brewing_stand", + "state": { + "brewing_stand_slot_c_bit": true, + "brewing_stand_slot_a_bit": true, + "brewing_stand_slot_b_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "has_bottle_2": "false", + "has_bottle_1": "true", + "has_bottle_0": "true" + }, + "Name": "minecraft:brewing_stand" + }, + "bedrock_state": { + "bedrock_identifier": "brewing_stand", + "state": { + "brewing_stand_slot_c_bit": false, + "brewing_stand_slot_a_bit": true, + "brewing_stand_slot_b_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "has_bottle_2": "true", + "has_bottle_1": "false", + "has_bottle_0": "true" + }, + "Name": "minecraft:brewing_stand" + }, + "bedrock_state": { + "bedrock_identifier": "brewing_stand", + "state": { + "brewing_stand_slot_c_bit": true, + "brewing_stand_slot_a_bit": true, + "brewing_stand_slot_b_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "has_bottle_2": "false", + "has_bottle_1": "false", + "has_bottle_0": "true" + }, + "Name": "minecraft:brewing_stand" + }, + "bedrock_state": { + "bedrock_identifier": "brewing_stand", + "state": { + "brewing_stand_slot_c_bit": false, + "brewing_stand_slot_a_bit": true, + "brewing_stand_slot_b_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "has_bottle_2": "true", + "has_bottle_1": "true", + "has_bottle_0": "false" + }, + "Name": "minecraft:brewing_stand" + }, + "bedrock_state": { + "bedrock_identifier": "brewing_stand", + "state": { + "brewing_stand_slot_c_bit": true, + "brewing_stand_slot_a_bit": false, + "brewing_stand_slot_b_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "has_bottle_2": "false", + "has_bottle_1": "true", + "has_bottle_0": "false" + }, + "Name": "minecraft:brewing_stand" + }, + "bedrock_state": { + "bedrock_identifier": "brewing_stand", + "state": { + "brewing_stand_slot_c_bit": false, + "brewing_stand_slot_a_bit": false, + "brewing_stand_slot_b_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "has_bottle_2": "true", + "has_bottle_1": "false", + "has_bottle_0": "false" + }, + "Name": "minecraft:brewing_stand" + }, + "bedrock_state": { + "bedrock_identifier": "brewing_stand", + "state": { + "brewing_stand_slot_c_bit": true, + "brewing_stand_slot_a_bit": false, + "brewing_stand_slot_b_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "has_bottle_2": "false", + "has_bottle_1": "false", + "has_bottle_0": "false" + }, + "Name": "minecraft:brewing_stand" + }, + "bedrock_state": { + "bedrock_identifier": "brewing_stand", + "state": { + "brewing_stand_slot_c_bit": false, + "brewing_stand_slot_a_bit": false, + "brewing_stand_slot_b_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:cauldron" + }, + "bedrock_state": { + "bedrock_identifier": "cauldron", + "state": { + "fill_level": 0, + "cauldron_liquid": "water" + } + } + }, + { + "java_state": { + "Properties": { + "level": "1" + }, + "Name": "minecraft:water_cauldron" + }, + "bedrock_state": { + "bedrock_identifier": "cauldron", + "state": { + "fill_level": 3, + "cauldron_liquid": "water" + } + } + }, + { + "java_state": { + "Properties": { + "level": "2" + }, + "Name": "minecraft:water_cauldron" + }, + "bedrock_state": { + "bedrock_identifier": "cauldron", + "state": { + "fill_level": 4, + "cauldron_liquid": "water" + } + } + }, + { + "java_state": { + "Properties": { + "level": "3" + }, + "Name": "minecraft:water_cauldron" + }, + "bedrock_state": { + "bedrock_identifier": "cauldron", + "state": { + "fill_level": 6, + "cauldron_liquid": "water" + } + } + }, + { + "java_state": { + "Name": "minecraft:lava_cauldron" + }, + "bedrock_state": { + "bedrock_identifier": "cauldron", + "state": { + "fill_level": 6, + "cauldron_liquid": "lava" + } + } + }, + { + "java_state": { + "Properties": { + "level": "1" + }, + "Name": "minecraft:powder_snow_cauldron" + }, + "bedrock_state": { + "bedrock_identifier": "cauldron", + "state": { + "fill_level": 3, + "cauldron_liquid": "powder_snow" + } + } + }, + { + "java_state": { + "Properties": { + "level": "2" + }, + "Name": "minecraft:powder_snow_cauldron" + }, + "bedrock_state": { + "bedrock_identifier": "cauldron", + "state": { + "fill_level": 4, + "cauldron_liquid": "powder_snow" + } + } + }, + { + "java_state": { + "Properties": { + "level": "3" + }, + "Name": "minecraft:powder_snow_cauldron" + }, + "bedrock_state": { + "bedrock_identifier": "cauldron", + "state": { + "fill_level": 6, + "cauldron_liquid": "powder_snow" + } + } + }, + { + "java_state": { + "Name": "minecraft:end_portal" + }, + "bedrock_state": { + "bedrock_identifier": "end_portal" + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "eye": "true" + }, + "Name": "minecraft:end_portal_frame" + }, + "bedrock_state": { + "bedrock_identifier": "end_portal_frame", + "state": { + "end_portal_eye_bit": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "eye": "true" + }, + "Name": "minecraft:end_portal_frame" + }, + "bedrock_state": { + "bedrock_identifier": "end_portal_frame", + "state": { + "end_portal_eye_bit": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "eye": "true" + }, + "Name": "minecraft:end_portal_frame" + }, + "bedrock_state": { + "bedrock_identifier": "end_portal_frame", + "state": { + "end_portal_eye_bit": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "eye": "true" + }, + "Name": "minecraft:end_portal_frame" + }, + "bedrock_state": { + "bedrock_identifier": "end_portal_frame", + "state": { + "end_portal_eye_bit": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "eye": "false" + }, + "Name": "minecraft:end_portal_frame" + }, + "bedrock_state": { + "bedrock_identifier": "end_portal_frame", + "state": { + "end_portal_eye_bit": false, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "eye": "false" + }, + "Name": "minecraft:end_portal_frame" + }, + "bedrock_state": { + "bedrock_identifier": "end_portal_frame", + "state": { + "end_portal_eye_bit": false, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "eye": "false" + }, + "Name": "minecraft:end_portal_frame" + }, + "bedrock_state": { + "bedrock_identifier": "end_portal_frame", + "state": { + "end_portal_eye_bit": false, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "eye": "false" + }, + "Name": "minecraft:end_portal_frame" + }, + "bedrock_state": { + "bedrock_identifier": "end_portal_frame", + "state": { + "end_portal_eye_bit": false, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Name": "minecraft:end_stone" + }, + "bedrock_state": { + "bedrock_identifier": "end_stone" + } + }, + { + "java_state": { + "Name": "minecraft:dragon_egg" + }, + "bedrock_state": { + "bedrock_identifier": "dragon_egg" + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:redstone_lamp" + }, + "bedrock_state": { + "bedrock_identifier": "lit_redstone_lamp" + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:redstone_lamp" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_lamp" + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "age": "0" + }, + "Name": "minecraft:cocoa" + }, + "bedrock_state": { + "bedrock_identifier": "cocoa", + "state": { + "age": 0, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "age": "0" + }, + "Name": "minecraft:cocoa" + }, + "bedrock_state": { + "bedrock_identifier": "cocoa", + "state": { + "age": 0, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "age": "0" + }, + "Name": "minecraft:cocoa" + }, + "bedrock_state": { + "bedrock_identifier": "cocoa", + "state": { + "age": 0, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "age": "0" + }, + "Name": "minecraft:cocoa" + }, + "bedrock_state": { + "bedrock_identifier": "cocoa", + "state": { + "age": 0, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "age": "1" + }, + "Name": "minecraft:cocoa" + }, + "bedrock_state": { + "bedrock_identifier": "cocoa", + "state": { + "age": 1, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "age": "1" + }, + "Name": "minecraft:cocoa" + }, + "bedrock_state": { + "bedrock_identifier": "cocoa", + "state": { + "age": 1, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "age": "1" + }, + "Name": "minecraft:cocoa" + }, + "bedrock_state": { + "bedrock_identifier": "cocoa", + "state": { + "age": 1, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "age": "1" + }, + "Name": "minecraft:cocoa" + }, + "bedrock_state": { + "bedrock_identifier": "cocoa", + "state": { + "age": 1, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "age": "2" + }, + "Name": "minecraft:cocoa" + }, + "bedrock_state": { + "bedrock_identifier": "cocoa", + "state": { + "age": 2, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "age": "2" + }, + "Name": "minecraft:cocoa" + }, + "bedrock_state": { + "bedrock_identifier": "cocoa", + "state": { + "age": 2, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "age": "2" + }, + "Name": "minecraft:cocoa" + }, + "bedrock_state": { + "bedrock_identifier": "cocoa", + "state": { + "age": 2, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "age": "2" + }, + "Name": "minecraft:cocoa" + }, + "bedrock_state": { + "bedrock_identifier": "cocoa", + "state": { + "age": 2, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:emerald_ore" + }, + "bedrock_state": { + "bedrock_identifier": "emerald_ore" + } + }, + { + "java_state": { + "Name": "minecraft:deepslate_emerald_ore" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_emerald_ore" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:ender_chest" + }, + "bedrock_state": { + "bedrock_identifier": "ender_chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:ender_chest" + }, + "bedrock_state": { + "bedrock_identifier": "ender_chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:ender_chest" + }, + "bedrock_state": { + "bedrock_identifier": "ender_chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:ender_chest" + }, + "bedrock_state": { + "bedrock_identifier": "ender_chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:ender_chest" + }, + "bedrock_state": { + "bedrock_identifier": "ender_chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:ender_chest" + }, + "bedrock_state": { + "bedrock_identifier": "ender_chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:ender_chest" + }, + "bedrock_state": { + "bedrock_identifier": "ender_chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:ender_chest" + }, + "bedrock_state": { + "bedrock_identifier": "ender_chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "attached": "true" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": true, + "attached_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "attached": "true" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": false, + "attached_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "attached": "true" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": true, + "attached_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "attached": "true" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": false, + "attached_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "attached": "true" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": true, + "attached_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "attached": "true" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": false, + "attached_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "attached": "true" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": true, + "attached_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "attached": "true" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": false, + "attached_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "attached": "false" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": true, + "attached_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "attached": "false" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": false, + "attached_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "attached": "false" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": true, + "attached_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "attached": "false" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": false, + "attached_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "attached": "false" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": true, + "attached_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "attached": "false" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": false, + "attached_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "attached": "false" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": true, + "attached_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "attached": "false" + }, + "Name": "minecraft:tripwire_hook" + }, + "bedrock_state": { + "bedrock_identifier": "tripwire_hook", + "state": { + "powered_bit": false, + "attached_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "true" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "true", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": true, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "true", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "false", + "east": "true", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "true", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "true", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": true, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "true", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "true", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "south": "false", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "south": "false", + "powered": "false", + "north": "false", + "east": "false", + "disarmed": "false", + "attached": "false" + }, + "Name": "minecraft:tripwire" + }, + "bedrock_state": { + "bedrock_identifier": "trip_wire", + "state": { + "powered_bit": false, + "suspended_bit": true, + "disarmed_bit": false, + "attached_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:emerald_block" + }, + "bedrock_state": { + "bedrock_identifier": "emerald_block" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:spruce_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:birch_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "birch_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:jungle_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "conditional": "true" + }, + "Name": "minecraft:command_block" + }, + "bedrock_state": { + "bedrock_identifier": "command_block", + "state": { + "conditional_bit": true, + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "conditional": "true" + }, + "Name": "minecraft:command_block" + }, + "bedrock_state": { + "bedrock_identifier": "command_block", + "state": { + "conditional_bit": true, + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "conditional": "true" + }, + "Name": "minecraft:command_block" + }, + "bedrock_state": { + "bedrock_identifier": "command_block", + "state": { + "conditional_bit": true, + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "conditional": "true" + }, + "Name": "minecraft:command_block" + }, + "bedrock_state": { + "bedrock_identifier": "command_block", + "state": { + "conditional_bit": true, + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "up", + "conditional": "true" + }, + "Name": "minecraft:command_block" + }, + "bedrock_state": { + "bedrock_identifier": "command_block", + "state": { + "conditional_bit": true, + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "down", + "conditional": "true" + }, + "Name": "minecraft:command_block" + }, + "bedrock_state": { + "bedrock_identifier": "command_block", + "state": { + "conditional_bit": true, + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "conditional": "false" + }, + "Name": "minecraft:command_block" + }, + "bedrock_state": { + "bedrock_identifier": "command_block", + "state": { + "conditional_bit": false, + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "conditional": "false" + }, + "Name": "minecraft:command_block" + }, + "bedrock_state": { + "bedrock_identifier": "command_block", + "state": { + "conditional_bit": false, + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "conditional": "false" + }, + "Name": "minecraft:command_block" + }, + "bedrock_state": { + "bedrock_identifier": "command_block", + "state": { + "conditional_bit": false, + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "conditional": "false" + }, + "Name": "minecraft:command_block" + }, + "bedrock_state": { + "bedrock_identifier": "command_block", + "state": { + "conditional_bit": false, + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "up", + "conditional": "false" + }, + "Name": "minecraft:command_block" + }, + "bedrock_state": { + "bedrock_identifier": "command_block", + "state": { + "conditional_bit": false, + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "down", + "conditional": "false" + }, + "Name": "minecraft:command_block" + }, + "bedrock_state": { + "bedrock_identifier": "command_block", + "state": { + "conditional_bit": false, + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:beacon" + }, + "bedrock_state": { + "bedrock_identifier": "beacon" + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_cobblestone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_cobblestone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Name": "minecraft:flower_pot" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_torchflower" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_oak_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_spruce_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_birch_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_jungle_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_acacia_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_cherry_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_dark_oak_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_mangrove_propagule" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_fern" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_dandelion" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_poppy" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_blue_orchid" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_allium" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_azure_bluet" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_red_tulip" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_orange_tulip" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_white_tulip" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_pink_tulip" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_oxeye_daisy" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_cornflower" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_lily_of_the_valley" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_wither_rose" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_red_mushroom" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_brown_mushroom" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_dead_bush" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_cactus" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:carrots" + }, + "bedrock_state": { + "bedrock_identifier": "carrots", + "state": { + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:carrots" + }, + "bedrock_state": { + "bedrock_identifier": "carrots", + "state": { + "growth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:carrots" + }, + "bedrock_state": { + "bedrock_identifier": "carrots", + "state": { + "growth": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:carrots" + }, + "bedrock_state": { + "bedrock_identifier": "carrots", + "state": { + "growth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "age": "4" + }, + "Name": "minecraft:carrots" + }, + "bedrock_state": { + "bedrock_identifier": "carrots", + "state": { + "growth": 4 + } + } + }, + { + "java_state": { + "Properties": { + "age": "5" + }, + "Name": "minecraft:carrots" + }, + "bedrock_state": { + "bedrock_identifier": "carrots", + "state": { + "growth": 5 + } + } + }, + { + "java_state": { + "Properties": { + "age": "6" + }, + "Name": "minecraft:carrots" + }, + "bedrock_state": { + "bedrock_identifier": "carrots", + "state": { + "growth": 6 + } + } + }, + { + "java_state": { + "Properties": { + "age": "7" + }, + "Name": "minecraft:carrots" + }, + "bedrock_state": { + "bedrock_identifier": "carrots", + "state": { + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:potatoes" + }, + "bedrock_state": { + "bedrock_identifier": "potatoes", + "state": { + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:potatoes" + }, + "bedrock_state": { + "bedrock_identifier": "potatoes", + "state": { + "growth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:potatoes" + }, + "bedrock_state": { + "bedrock_identifier": "potatoes", + "state": { + "growth": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:potatoes" + }, + "bedrock_state": { + "bedrock_identifier": "potatoes", + "state": { + "growth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "age": "4" + }, + "Name": "minecraft:potatoes" + }, + "bedrock_state": { + "bedrock_identifier": "potatoes", + "state": { + "growth": 4 + } + } + }, + { + "java_state": { + "Properties": { + "age": "5" + }, + "Name": "minecraft:potatoes" + }, + "bedrock_state": { + "bedrock_identifier": "potatoes", + "state": { + "growth": 5 + } + } + }, + { + "java_state": { + "Properties": { + "age": "6" + }, + "Name": "minecraft:potatoes" + }, + "bedrock_state": { + "bedrock_identifier": "potatoes", + "state": { + "growth": 6 + } + } + }, + { + "java_state": { + "Properties": { + "age": "7" + }, + "Name": "minecraft:potatoes" + }, + "bedrock_state": { + "bedrock_identifier": "potatoes", + "state": { + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "wooden_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:spruce_button" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:birch_button" + }, + "bedrock_state": { + "bedrock_identifier": "birch_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:jungle_button" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:acacia_button" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:cherry_button" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:dark_oak_button" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:mangrove_button" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:bamboo_button" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "true" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "false" + }, + "Name": "minecraft:skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north" + }, + "Name": "minecraft:skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north" + }, + "Name": "minecraft:skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south" + }, + "Name": "minecraft:skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south" + }, + "Name": "minecraft:skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west" + }, + "Name": "minecraft:skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west" + }, + "Name": "minecraft:skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east" + }, + "Name": "minecraft:skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east" + }, + "Name": "minecraft:skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "true" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "false" + }, + "Name": "minecraft:wither_skeleton_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north" + }, + "Name": "minecraft:wither_skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north" + }, + "Name": "minecraft:wither_skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south" + }, + "Name": "minecraft:wither_skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south" + }, + "Name": "minecraft:wither_skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west" + }, + "Name": "minecraft:wither_skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west" + }, + "Name": "minecraft:wither_skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east" + }, + "Name": "minecraft:wither_skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east" + }, + "Name": "minecraft:wither_skeleton_wall_skull" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "true" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "false" + }, + "Name": "minecraft:zombie_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north" + }, + "Name": "minecraft:zombie_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north" + }, + "Name": "minecraft:zombie_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south" + }, + "Name": "minecraft:zombie_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south" + }, + "Name": "minecraft:zombie_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west" + }, + "Name": "minecraft:zombie_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west" + }, + "Name": "minecraft:zombie_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east" + }, + "Name": "minecraft:zombie_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east" + }, + "Name": "minecraft:zombie_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "true" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "false" + }, + "Name": "minecraft:player_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north" + }, + "Name": "minecraft:player_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north" + }, + "Name": "minecraft:player_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south" + }, + "Name": "minecraft:player_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south" + }, + "Name": "minecraft:player_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west" + }, + "Name": "minecraft:player_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west" + }, + "Name": "minecraft:player_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east" + }, + "Name": "minecraft:player_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east" + }, + "Name": "minecraft:player_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "true" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "false" + }, + "Name": "minecraft:creeper_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north" + }, + "Name": "minecraft:creeper_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north" + }, + "Name": "minecraft:creeper_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south" + }, + "Name": "minecraft:creeper_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south" + }, + "Name": "minecraft:creeper_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west" + }, + "Name": "minecraft:creeper_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west" + }, + "Name": "minecraft:creeper_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east" + }, + "Name": "minecraft:creeper_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east" + }, + "Name": "minecraft:creeper_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "true" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "false" + }, + "Name": "minecraft:dragon_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north" + }, + "Name": "minecraft:dragon_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north" + }, + "Name": "minecraft:dragon_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south" + }, + "Name": "minecraft:dragon_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south" + }, + "Name": "minecraft:dragon_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west" + }, + "Name": "minecraft:dragon_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west" + }, + "Name": "minecraft:dragon_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east" + }, + "Name": "minecraft:dragon_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east" + }, + "Name": "minecraft:dragon_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "true" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15", + "powered": "false" + }, + "Name": "minecraft:piglin_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north" + }, + "Name": "minecraft:piglin_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north" + }, + "Name": "minecraft:piglin_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south" + }, + "Name": "minecraft:piglin_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south" + }, + "Name": "minecraft:piglin_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west" + }, + "Name": "minecraft:piglin_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west" + }, + "Name": "minecraft:piglin_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east" + }, + "Name": "minecraft:piglin_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east" + }, + "Name": "minecraft:piglin_wall_head" + }, + "bedrock_state": { + "bedrock_identifier": "skull", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:anvil" + }, + "bedrock_state": { + "bedrock_identifier": "anvil", + "state": { + "damage": "undamaged", + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:anvil" + }, + "bedrock_state": { + "bedrock_identifier": "anvil", + "state": { + "damage": "undamaged", + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:anvil" + }, + "bedrock_state": { + "bedrock_identifier": "anvil", + "state": { + "damage": "undamaged", + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:anvil" + }, + "bedrock_state": { + "bedrock_identifier": "anvil", + "state": { + "damage": "undamaged", + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:chipped_anvil" + }, + "bedrock_state": { + "bedrock_identifier": "anvil", + "state": { + "damage": "slightly_damaged", + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:chipped_anvil" + }, + "bedrock_state": { + "bedrock_identifier": "anvil", + "state": { + "damage": "slightly_damaged", + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:chipped_anvil" + }, + "bedrock_state": { + "bedrock_identifier": "anvil", + "state": { + "damage": "slightly_damaged", + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:chipped_anvil" + }, + "bedrock_state": { + "bedrock_identifier": "anvil", + "state": { + "damage": "slightly_damaged", + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:damaged_anvil" + }, + "bedrock_state": { + "bedrock_identifier": "anvil", + "state": { + "damage": "very_damaged", + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:damaged_anvil" + }, + "bedrock_state": { + "bedrock_identifier": "anvil", + "state": { + "damage": "very_damaged", + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:damaged_anvil" + }, + "bedrock_state": { + "bedrock_identifier": "anvil", + "state": { + "damage": "very_damaged", + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:damaged_anvil" + }, + "bedrock_state": { + "bedrock_identifier": "anvil", + "state": { + "damage": "very_damaged", + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "single", + "facing": "north" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "single", + "facing": "north" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "left", + "facing": "north" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "left", + "facing": "north" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "right", + "facing": "north" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "right", + "facing": "north" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "single", + "facing": "south" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "single", + "facing": "south" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "left", + "facing": "south" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "left", + "facing": "south" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "right", + "facing": "south" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "right", + "facing": "south" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "single", + "facing": "west" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "single", + "facing": "west" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "left", + "facing": "west" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "left", + "facing": "west" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "right", + "facing": "west" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "right", + "facing": "west" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "single", + "facing": "east" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "single", + "facing": "east" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "left", + "facing": "east" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "left", + "facing": "east" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "right", + "facing": "east" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "right", + "facing": "east" + }, + "Name": "minecraft:trapped_chest" + }, + "bedrock_state": { + "bedrock_identifier": "trapped_chest", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "power": "0" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "power": "1" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "power": "2" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "power": "3" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "power": "4" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "power": "5" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "power": "6" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "power": "7" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "power": "8" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "power": "9" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "power": "10" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "power": "11" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "power": "12" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "power": "13" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "power": "14" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "power": "15" + }, + "Name": "minecraft:light_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "light_weighted_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "power": "0" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "power": "1" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "power": "2" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "power": "3" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "power": "4" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "power": "5" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "power": "6" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "power": "7" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "power": "8" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "power": "9" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "power": "10" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "power": "11" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "power": "12" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "power": "13" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "power": "14" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "power": "15" + }, + "Name": "minecraft:heavy_weighted_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_weighted_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "mode": "compare", + "facing": "north" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "powered_comparator", + "state": { + "output_subtract_bit": false, + "minecraft:cardinal_direction": "north", + "output_lit_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "mode": "compare", + "facing": "north" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_comparator", + "state": { + "output_subtract_bit": false, + "minecraft:cardinal_direction": "north", + "output_lit_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "mode": "subtract", + "facing": "north" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "powered_comparator", + "state": { + "output_subtract_bit": true, + "minecraft:cardinal_direction": "north", + "output_lit_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "mode": "subtract", + "facing": "north" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_comparator", + "state": { + "output_subtract_bit": true, + "minecraft:cardinal_direction": "north", + "output_lit_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "mode": "compare", + "facing": "south" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "powered_comparator", + "state": { + "output_subtract_bit": false, + "minecraft:cardinal_direction": "south", + "output_lit_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "mode": "compare", + "facing": "south" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_comparator", + "state": { + "output_subtract_bit": false, + "minecraft:cardinal_direction": "south", + "output_lit_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "mode": "subtract", + "facing": "south" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "powered_comparator", + "state": { + "output_subtract_bit": true, + "minecraft:cardinal_direction": "south", + "output_lit_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "mode": "subtract", + "facing": "south" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_comparator", + "state": { + "output_subtract_bit": true, + "minecraft:cardinal_direction": "south", + "output_lit_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "mode": "compare", + "facing": "west" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "powered_comparator", + "state": { + "output_subtract_bit": false, + "minecraft:cardinal_direction": "west", + "output_lit_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "mode": "compare", + "facing": "west" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_comparator", + "state": { + "output_subtract_bit": false, + "minecraft:cardinal_direction": "west", + "output_lit_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "mode": "subtract", + "facing": "west" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "powered_comparator", + "state": { + "output_subtract_bit": true, + "minecraft:cardinal_direction": "west", + "output_lit_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "mode": "subtract", + "facing": "west" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_comparator", + "state": { + "output_subtract_bit": true, + "minecraft:cardinal_direction": "west", + "output_lit_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "mode": "compare", + "facing": "east" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "powered_comparator", + "state": { + "output_subtract_bit": false, + "minecraft:cardinal_direction": "east", + "output_lit_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "mode": "compare", + "facing": "east" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_comparator", + "state": { + "output_subtract_bit": false, + "minecraft:cardinal_direction": "east", + "output_lit_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "mode": "subtract", + "facing": "east" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "powered_comparator", + "state": { + "output_subtract_bit": true, + "minecraft:cardinal_direction": "east", + "output_lit_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "mode": "subtract", + "facing": "east" + }, + "Name": "minecraft:comparator" + }, + "bedrock_state": { + "bedrock_identifier": "unpowered_comparator", + "state": { + "output_subtract_bit": true, + "minecraft:cardinal_direction": "east", + "output_lit_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "power": "0", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "power": "1", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "power": "2", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "power": "3", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "power": "4", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "power": "5", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "power": "6", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "power": "7", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "power": "8", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "power": "9", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "power": "10", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "power": "11", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "power": "12", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "power": "13", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "power": "14", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "power": "15", + "inverted": "true" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector_inverted", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "power": "0", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "power": "1", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 1 + } + } + }, + { + "java_state": { + "Properties": { + "power": "2", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 2 + } + } + }, + { + "java_state": { + "Properties": { + "power": "3", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 3 + } + } + }, + { + "java_state": { + "Properties": { + "power": "4", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 4 + } + } + }, + { + "java_state": { + "Properties": { + "power": "5", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 5 + } + } + }, + { + "java_state": { + "Properties": { + "power": "6", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 6 + } + } + }, + { + "java_state": { + "Properties": { + "power": "7", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 7 + } + } + }, + { + "java_state": { + "Properties": { + "power": "8", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 8 + } + } + }, + { + "java_state": { + "Properties": { + "power": "9", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 9 + } + } + }, + { + "java_state": { + "Properties": { + "power": "10", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 10 + } + } + }, + { + "java_state": { + "Properties": { + "power": "11", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 11 + } + } + }, + { + "java_state": { + "Properties": { + "power": "12", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 12 + } + } + }, + { + "java_state": { + "Properties": { + "power": "13", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 13 + } + } + }, + { + "java_state": { + "Properties": { + "power": "14", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 14 + } + } + }, + { + "java_state": { + "Properties": { + "power": "15", + "inverted": "false" + }, + "Name": "minecraft:daylight_detector" + }, + "bedrock_state": { + "bedrock_identifier": "daylight_detector", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Name": "minecraft:redstone_block" + }, + "bedrock_state": { + "bedrock_identifier": "redstone_block" + } + }, + { + "java_state": { + "Name": "minecraft:nether_quartz_ore" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_ore" + } + }, + { + "java_state": { + "Properties": { + "facing": "down", + "enabled": "true" + }, + "Name": "minecraft:hopper" + }, + "bedrock_state": { + "bedrock_identifier": "hopper", + "state": { + "facing_direction": 0, + "toggle_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "enabled": "true" + }, + "Name": "minecraft:hopper" + }, + "bedrock_state": { + "bedrock_identifier": "hopper", + "state": { + "facing_direction": 2, + "toggle_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "enabled": "true" + }, + "Name": "minecraft:hopper" + }, + "bedrock_state": { + "bedrock_identifier": "hopper", + "state": { + "facing_direction": 3, + "toggle_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "enabled": "true" + }, + "Name": "minecraft:hopper" + }, + "bedrock_state": { + "bedrock_identifier": "hopper", + "state": { + "facing_direction": 4, + "toggle_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "enabled": "true" + }, + "Name": "minecraft:hopper" + }, + "bedrock_state": { + "bedrock_identifier": "hopper", + "state": { + "facing_direction": 5, + "toggle_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "facing": "down", + "enabled": "false" + }, + "Name": "minecraft:hopper" + }, + "bedrock_state": { + "bedrock_identifier": "hopper", + "state": { + "facing_direction": 0, + "toggle_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "enabled": "false" + }, + "Name": "minecraft:hopper" + }, + "bedrock_state": { + "bedrock_identifier": "hopper", + "state": { + "facing_direction": 2, + "toggle_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "enabled": "false" + }, + "Name": "minecraft:hopper" + }, + "bedrock_state": { + "bedrock_identifier": "hopper", + "state": { + "facing_direction": 3, + "toggle_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "enabled": "false" + }, + "Name": "minecraft:hopper" + }, + "bedrock_state": { + "bedrock_identifier": "hopper", + "state": { + "facing_direction": 4, + "toggle_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "enabled": "false" + }, + "Name": "minecraft:hopper" + }, + "bedrock_state": { + "bedrock_identifier": "hopper", + "state": { + "facing_direction": 5, + "toggle_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:quartz_block" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_block", + "state": { + "chisel_type": "default", + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Name": "minecraft:chiseled_quartz_block" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_block", + "state": { + "chisel_type": "chiseled", + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:quartz_pillar" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_block", + "state": { + "chisel_type": "lines", + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:quartz_pillar" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_block", + "state": { + "chisel_type": "lines", + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:quartz_pillar" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_block", + "state": { + "chisel_type": "lines", + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "north_south", + "powered": "true" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 0, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "north_south", + "powered": "true" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 0, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "east_west", + "powered": "true" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 1, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "east_west", + "powered": "true" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 1, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_east", + "powered": "true" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 2, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_east", + "powered": "true" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 2, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_west", + "powered": "true" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 3, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_west", + "powered": "true" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 3, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_north", + "powered": "true" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 4, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_north", + "powered": "true" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 4, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_south", + "powered": "true" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 5, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_south", + "powered": "true" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 5, + "rail_data_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "north_south", + "powered": "false" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 0, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "north_south", + "powered": "false" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 0, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "east_west", + "powered": "false" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 1, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "east_west", + "powered": "false" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 1, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_east", + "powered": "false" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 2, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_east", + "powered": "false" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 2, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_west", + "powered": "false" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 3, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_west", + "powered": "false" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 3, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_north", + "powered": "false" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 4, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_north", + "powered": "false" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 4, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "ascending_south", + "powered": "false" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 5, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "ascending_south", + "powered": "false" + }, + "Name": "minecraft:activator_rail" + }, + "bedrock_state": { + "bedrock_identifier": "activator_rail", + "state": { + "rail_direction": 5, + "rail_data_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "facing": "north" + }, + "Name": "minecraft:dropper" + }, + "bedrock_state": { + "bedrock_identifier": "dropper", + "state": { + "facing_direction": 2, + "triggered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "facing": "north" + }, + "Name": "minecraft:dropper" + }, + "bedrock_state": { + "bedrock_identifier": "dropper", + "state": { + "facing_direction": 2, + "triggered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "facing": "east" + }, + "Name": "minecraft:dropper" + }, + "bedrock_state": { + "bedrock_identifier": "dropper", + "state": { + "facing_direction": 5, + "triggered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "facing": "east" + }, + "Name": "minecraft:dropper" + }, + "bedrock_state": { + "bedrock_identifier": "dropper", + "state": { + "facing_direction": 5, + "triggered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "facing": "south" + }, + "Name": "minecraft:dropper" + }, + "bedrock_state": { + "bedrock_identifier": "dropper", + "state": { + "facing_direction": 3, + "triggered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "facing": "south" + }, + "Name": "minecraft:dropper" + }, + "bedrock_state": { + "bedrock_identifier": "dropper", + "state": { + "facing_direction": 3, + "triggered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "facing": "west" + }, + "Name": "minecraft:dropper" + }, + "bedrock_state": { + "bedrock_identifier": "dropper", + "state": { + "facing_direction": 4, + "triggered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "facing": "west" + }, + "Name": "minecraft:dropper" + }, + "bedrock_state": { + "bedrock_identifier": "dropper", + "state": { + "facing_direction": 4, + "triggered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "facing": "up" + }, + "Name": "minecraft:dropper" + }, + "bedrock_state": { + "bedrock_identifier": "dropper", + "state": { + "facing_direction": 1, + "triggered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "facing": "up" + }, + "Name": "minecraft:dropper" + }, + "bedrock_state": { + "bedrock_identifier": "dropper", + "state": { + "facing_direction": 1, + "triggered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "facing": "down" + }, + "Name": "minecraft:dropper" + }, + "bedrock_state": { + "bedrock_identifier": "dropper", + "state": { + "facing_direction": 0, + "triggered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "facing": "down" + }, + "Name": "minecraft:dropper" + }, + "bedrock_state": { + "bedrock_identifier": "dropper", + "state": { + "facing_direction": 0, + "triggered_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:white_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "white_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:orange_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "orange_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:magenta_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:light_blue_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:yellow_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:lime_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "lime_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:pink_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "pink_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:gray_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "gray_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:light_gray_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:cyan_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:purple_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "purple_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:blue_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "blue_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:brown_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "brown_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:green_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "green_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:red_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "red_terracotta" + } + }, + { + "java_state": { + "Name": "minecraft:black_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "black_terracotta" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:white_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "white_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:orange_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "orange_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:magenta_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:yellow_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:lime_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "lime_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:pink_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "pink_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:light_gray_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cyan_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:purple_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "purple_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:blue_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "blue_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:brown_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "brown_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:green_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "green_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:red_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "red_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:black_stained_glass_pane" + }, + "bedrock_state": { + "bedrock_identifier": "black_stained_glass_pane" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:acacia_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cherry_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_oak_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mangrove_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:bamboo_mosaic_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:slime_block" + }, + "bedrock_state": { + "bedrock_identifier": "slime" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:barrier" + }, + "bedrock_state": { + "bedrock_identifier": "barrier" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:barrier" + }, + "bedrock_state": { + "bedrock_identifier": "barrier" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "0" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "0" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "1" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "1" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "2" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "2" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "3" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "3" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "4" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "4" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "5" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "5" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "6" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "6" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "7" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "7" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "8" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "8" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "9" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "9" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "10" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "10" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "11" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "11" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "12" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "12" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "13" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "13" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "14" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "14" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "level": "15" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "level": "15" + }, + "Name": "minecraft:light" + }, + "bedrock_state": { + "bedrock_identifier": "light_block", + "state": { + "block_light_level": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:iron_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "iron_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:prismarine" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine", + "state": { + "prismarine_block_type": "default" + } + } + }, + { + "java_state": { + "Name": "minecraft:prismarine_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine", + "state": { + "prismarine_block_type": "bricks" + } + } + }, + { + "java_state": { + "Name": "minecraft:dark_prismarine" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine", + "state": { + "prismarine_block_type": "dark" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:prismarine_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "prismarine_bricks_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:dark_prismarine_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "dark_prismarine_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:prismarine_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_rough", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:prismarine_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_rough", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:prismarine_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_rough", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:prismarine_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_rough", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:prismarine_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_rough", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:prismarine_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_rough", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:prismarine_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_brick", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:prismarine_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_brick", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:prismarine_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:prismarine_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:prismarine_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:prismarine_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:dark_prismarine_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_dark", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:dark_prismarine_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_dark", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:dark_prismarine_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_dark", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:dark_prismarine_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_dark", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:dark_prismarine_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_dark", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:dark_prismarine_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "prismarine_dark", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Name": "minecraft:sea_lantern" + }, + "bedrock_state": { + "bedrock_identifier": "sea_lantern" + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:hay_block" + }, + "bedrock_state": { + "bedrock_identifier": "hay_block", + "state": { + "pillar_axis": "x", + "deprecated": 0 + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:hay_block" + }, + "bedrock_state": { + "bedrock_identifier": "hay_block", + "state": { + "pillar_axis": "y", + "deprecated": 0 + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:hay_block" + }, + "bedrock_state": { + "bedrock_identifier": "hay_block", + "state": { + "pillar_axis": "z", + "deprecated": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:white_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "white_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:orange_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "orange_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:magenta_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:light_blue_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:yellow_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:lime_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "lime_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:pink_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "pink_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:gray_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "gray_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:light_gray_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:cyan_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:purple_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "purple_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:blue_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "blue_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:brown_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "brown_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:green_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "green_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:red_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "red_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:black_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "black_carpet" + } + }, + { + "java_state": { + "Name": "minecraft:terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "hardened_clay" + } + }, + { + "java_state": { + "Name": "minecraft:coal_block" + }, + "bedrock_state": { + "bedrock_identifier": "coal_block" + } + }, + { + "java_state": { + "Name": "minecraft:packed_ice" + }, + "bedrock_state": { + "bedrock_identifier": "packed_ice" + } + }, + { + "java_state": { + "Properties": { + "half": "upper" + }, + "Name": "minecraft:sunflower" + }, + "bedrock_state": { + "bedrock_identifier": "sunflower", + "state": { + "upper_block_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower" + }, + "Name": "minecraft:sunflower" + }, + "bedrock_state": { + "bedrock_identifier": "sunflower", + "state": { + "upper_block_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "half": "upper" + }, + "Name": "minecraft:lilac" + }, + "bedrock_state": { + "bedrock_identifier": "lilac", + "state": { + "upper_block_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower" + }, + "Name": "minecraft:lilac" + }, + "bedrock_state": { + "bedrock_identifier": "lilac", + "state": { + "upper_block_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "half": "upper" + }, + "Name": "minecraft:rose_bush" + }, + "bedrock_state": { + "bedrock_identifier": "rose_bush", + "state": { + "upper_block_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower" + }, + "Name": "minecraft:rose_bush" + }, + "bedrock_state": { + "bedrock_identifier": "rose_bush", + "state": { + "upper_block_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "half": "upper" + }, + "Name": "minecraft:peony" + }, + "bedrock_state": { + "bedrock_identifier": "peony", + "state": { + "upper_block_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower" + }, + "Name": "minecraft:peony" + }, + "bedrock_state": { + "bedrock_identifier": "peony", + "state": { + "upper_block_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "half": "upper" + }, + "Name": "minecraft:tall_grass" + }, + "bedrock_state": { + "bedrock_identifier": "tall_grass", + "state": { + "upper_block_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower" + }, + "Name": "minecraft:tall_grass" + }, + "bedrock_state": { + "bedrock_identifier": "tall_grass", + "state": { + "upper_block_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "half": "upper" + }, + "Name": "minecraft:large_fern" + }, + "bedrock_state": { + "bedrock_identifier": "large_fern", + "state": { + "upper_block_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower" + }, + "Name": "minecraft:large_fern" + }, + "bedrock_state": { + "bedrock_identifier": "large_fern", + "state": { + "upper_block_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:white_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:orange_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:magenta_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:light_blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:yellow_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:lime_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:pink_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:light_gray_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:cyan_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:purple_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:blue_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:brown_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:green_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:red_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "0" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "1" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "2" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "3" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "4" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "5" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "6" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "7" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "8" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "9" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "10" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "11" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "12" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "13" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "14" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "rotation": "15" + }, + "Name": "minecraft:black_banner" + }, + "bedrock_state": { + "bedrock_identifier": "standing_banner", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:white_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:white_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:white_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:white_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:orange_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:orange_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:orange_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:orange_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:magenta_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:magenta_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:magenta_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:magenta_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:light_blue_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:light_blue_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:light_blue_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:light_blue_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:yellow_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:yellow_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:yellow_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:yellow_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:lime_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:lime_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:lime_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:lime_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:pink_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:pink_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:pink_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:pink_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:gray_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:gray_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:gray_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:gray_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:light_gray_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:light_gray_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:light_gray_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:light_gray_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:cyan_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:cyan_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:cyan_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:cyan_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:purple_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:purple_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:purple_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:purple_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:blue_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:blue_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:blue_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:blue_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:brown_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:brown_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:brown_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:brown_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:green_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:green_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:green_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:green_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:red_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:red_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:red_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:red_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:black_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:black_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:black_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:black_wall_banner" + }, + "bedrock_state": { + "bedrock_identifier": "wall_banner", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Name": "minecraft:red_sandstone" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone", + "state": { + "sand_stone_type": "default" + } + } + }, + { + "java_state": { + "Name": "minecraft:chiseled_red_sandstone" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone", + "state": { + "sand_stone_type": "heiroglyphs" + } + } + }, + { + "java_state": { + "Name": "minecraft:cut_red_sandstone" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone", + "state": { + "sand_stone_type": "cut" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "oak_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "oak_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "oak_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "oak_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "oak_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "oak_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:spruce_slab" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:spruce_slab" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:spruce_slab" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:spruce_slab" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:spruce_slab" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:spruce_slab" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:birch_slab" + }, + "bedrock_state": { + "bedrock_identifier": "birch_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:birch_slab" + }, + "bedrock_state": { + "bedrock_identifier": "birch_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:birch_slab" + }, + "bedrock_state": { + "bedrock_identifier": "birch_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:birch_slab" + }, + "bedrock_state": { + "bedrock_identifier": "birch_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:birch_slab" + }, + "bedrock_state": { + "bedrock_identifier": "birch_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:birch_slab" + }, + "bedrock_state": { + "bedrock_identifier": "birch_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:jungle_slab" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:jungle_slab" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:jungle_slab" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:jungle_slab" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:jungle_slab" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:jungle_slab" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:acacia_slab" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:acacia_slab" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:acacia_slab" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:acacia_slab" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:acacia_slab" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:acacia_slab" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:cherry_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:cherry_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:cherry_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:cherry_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:cherry_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:cherry_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:dark_oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:dark_oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:dark_oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:dark_oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:dark_oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:dark_oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:mangrove_slab" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:mangrove_slab" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:mangrove_slab" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:mangrove_slab" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:mangrove_slab" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:mangrove_slab" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:bamboo_slab" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:bamboo_slab" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:bamboo_slab" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:bamboo_slab" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:bamboo_slab" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:bamboo_slab" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:bamboo_mosaic_slab" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:bamboo_mosaic_slab" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:bamboo_mosaic_slab" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:bamboo_mosaic_slab" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:bamboo_mosaic_slab" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:bamboo_mosaic_slab" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_mosaic_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:stone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "stone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:stone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "stone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:stone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "stone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:stone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "stone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:stone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab4", + "state": { + "stone_slab_type_4": "stone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:stone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab4", + "state": { + "stone_slab_type_4": "stone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:smooth_stone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_stone_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:smooth_stone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_stone_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:smooth_stone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_stone_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:smooth_stone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_stone_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:smooth_stone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "smooth_stone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:smooth_stone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "smooth_stone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:cut_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "cut_sandstone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:cut_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "cut_sandstone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:cut_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "cut_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:cut_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "cut_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:cut_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab4", + "state": { + "stone_slab_type_4": "cut_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:cut_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab4", + "state": { + "stone_slab_type_4": "cut_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:petrified_oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "petrified_oak_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:petrified_oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "petrified_oak_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:petrified_oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "petrified_oak_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:petrified_oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "petrified_oak_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:petrified_oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "wood", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:petrified_oak_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "wood", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:cobblestone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:cobblestone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:cobblestone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:cobblestone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:cobblestone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "cobblestone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:cobblestone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "cobblestone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "stone_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "stone_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:mud_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:mud_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:mud_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:mud_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:mud_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:mud_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:nether_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:nether_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:nether_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:nether_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "nether_brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:nether_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "nether_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:nether_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "nether_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:quartz_slab" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:quartz_slab" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:quartz_slab" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:quartz_slab" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:quartz_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "quartz", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:quartz_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab", + "state": { + "stone_slab_type": "quartz", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "red_sandstone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "red_sandstone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "red_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "red_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "red_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "red_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:cut_red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "cut_red_sandstone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:cut_red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "cut_red_sandstone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:cut_red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "cut_red_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:cut_red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "cut_red_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:cut_red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab4", + "state": { + "stone_slab_type_4": "cut_red_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:cut_red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab4", + "state": { + "stone_slab_type_4": "cut_red_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:purpur_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "purpur", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:purpur_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "purpur", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:purpur_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "purpur", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:purpur_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "purpur", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:purpur_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "purpur", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:purpur_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "purpur", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Name": "minecraft:smooth_stone" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_stone" + } + }, + { + "java_state": { + "Name": "minecraft:smooth_sandstone" + }, + "bedrock_state": { + "bedrock_identifier": "sandstone", + "state": { + "sand_stone_type": "smooth" + } + } + }, + { + "java_state": { + "Name": "minecraft:smooth_quartz" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_block", + "state": { + "chisel_type": "smooth", + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Name": "minecraft:smooth_red_sandstone" + }, + "bedrock_state": { + "bedrock_identifier": "red_sandstone", + "state": { + "sand_stone_type": "smooth" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:spruce_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:birch_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:jungle_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:acacia_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:cherry_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:dark_oak_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:mangrove_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:bamboo_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:spruce_fence" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:birch_fence" + }, + "bedrock_state": { + "bedrock_identifier": "birch_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:jungle_fence" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:acacia_fence" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:cherry_fence" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:dark_oak_fence" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:mangrove_fence" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:bamboo_fence" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_fence" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:spruce_door" + }, + "bedrock_state": { + "bedrock_identifier": "spruce_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:birch_door" + }, + "bedrock_state": { + "bedrock_identifier": "birch_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:jungle_door" + }, + "bedrock_state": { + "bedrock_identifier": "jungle_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:acacia_door" + }, + "bedrock_state": { + "bedrock_identifier": "acacia_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:cherry_door" + }, + "bedrock_state": { + "bedrock_identifier": "cherry_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:dark_oak_door" + }, + "bedrock_state": { + "bedrock_identifier": "dark_oak_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:mangrove_door" + }, + "bedrock_state": { + "bedrock_identifier": "mangrove_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:bamboo_door" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:end_rod" + }, + "bedrock_state": { + "bedrock_identifier": "end_rod", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:end_rod" + }, + "bedrock_state": { + "bedrock_identifier": "end_rod", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:end_rod" + }, + "bedrock_state": { + "bedrock_identifier": "end_rod", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:end_rod" + }, + "bedrock_state": { + "bedrock_identifier": "end_rod", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:end_rod" + }, + "bedrock_state": { + "bedrock_identifier": "end_rod", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:end_rod" + }, + "bedrock_state": { + "bedrock_identifier": "end_rod", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:chorus_plant" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_plant" + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:chorus_flower" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_flower", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:chorus_flower" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_flower", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:chorus_flower" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_flower", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:chorus_flower" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_flower", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "age": "4" + }, + "Name": "minecraft:chorus_flower" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_flower", + "state": { + "age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "age": "5" + }, + "Name": "minecraft:chorus_flower" + }, + "bedrock_state": { + "bedrock_identifier": "chorus_flower", + "state": { + "age": 5 + } + } + }, + { + "java_state": { + "Name": "minecraft:purpur_block" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_block", + "state": { + "chisel_type": "default", + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:purpur_pillar" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_block", + "state": { + "chisel_type": "lines", + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:purpur_pillar" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_block", + "state": { + "chisel_type": "lines", + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:purpur_pillar" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_block", + "state": { + "chisel_type": "lines", + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:purpur_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "purpur_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:end_stone_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "end_bricks" + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:torchflower_crop" + }, + "bedrock_state": { + "bedrock_identifier": "torchflower_crop", + "state": { + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:torchflower_crop" + }, + "bedrock_state": { + "bedrock_identifier": "torchflower_crop", + "state": { + "growth": 4 + } + } + }, + { + "java_state": { + "Properties": { + "half": "upper", + "age": "0" + }, + "Name": "minecraft:pitcher_crop" + }, + "bedrock_state": { + "bedrock_identifier": "pitcher_crop", + "state": { + "upper_block_bit": true, + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower", + "age": "0" + }, + "Name": "minecraft:pitcher_crop" + }, + "bedrock_state": { + "bedrock_identifier": "pitcher_crop", + "state": { + "upper_block_bit": false, + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "half": "upper", + "age": "1" + }, + "Name": "minecraft:pitcher_crop" + }, + "bedrock_state": { + "bedrock_identifier": "pitcher_crop", + "state": { + "upper_block_bit": true, + "growth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower", + "age": "1" + }, + "Name": "minecraft:pitcher_crop" + }, + "bedrock_state": { + "bedrock_identifier": "pitcher_crop", + "state": { + "upper_block_bit": false, + "growth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "half": "upper", + "age": "2" + }, + "Name": "minecraft:pitcher_crop" + }, + "bedrock_state": { + "bedrock_identifier": "pitcher_crop", + "state": { + "upper_block_bit": true, + "growth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower", + "age": "2" + }, + "Name": "minecraft:pitcher_crop" + }, + "bedrock_state": { + "bedrock_identifier": "pitcher_crop", + "state": { + "upper_block_bit": false, + "growth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "half": "upper", + "age": "3" + }, + "Name": "minecraft:pitcher_crop" + }, + "bedrock_state": { + "bedrock_identifier": "pitcher_crop", + "state": { + "upper_block_bit": true, + "growth": 5 + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower", + "age": "3" + }, + "Name": "minecraft:pitcher_crop" + }, + "bedrock_state": { + "bedrock_identifier": "pitcher_crop", + "state": { + "upper_block_bit": false, + "growth": 5 + } + } + }, + { + "java_state": { + "Properties": { + "half": "upper", + "age": "4" + }, + "Name": "minecraft:pitcher_crop" + }, + "bedrock_state": { + "bedrock_identifier": "pitcher_crop", + "state": { + "upper_block_bit": true, + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower", + "age": "4" + }, + "Name": "minecraft:pitcher_crop" + }, + "bedrock_state": { + "bedrock_identifier": "pitcher_crop", + "state": { + "upper_block_bit": false, + "growth": 7 + } + } + }, + { + "java_state": { + "Properties": { + "half": "upper" + }, + "Name": "minecraft:pitcher_plant" + }, + "bedrock_state": { + "bedrock_identifier": "pitcher_plant", + "state": { + "upper_block_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "half": "lower" + }, + "Name": "minecraft:pitcher_plant" + }, + "bedrock_state": { + "bedrock_identifier": "pitcher_plant", + "state": { + "upper_block_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:beetroots" + }, + "bedrock_state": { + "bedrock_identifier": "beetroot", + "state": { + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:beetroots" + }, + "bedrock_state": { + "bedrock_identifier": "beetroot", + "state": { + "growth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:beetroots" + }, + "bedrock_state": { + "bedrock_identifier": "beetroot", + "state": { + "growth": 4 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:beetroots" + }, + "bedrock_state": { + "bedrock_identifier": "beetroot", + "state": { + "growth": 7 + } + } + }, + { + "java_state": { + "Name": "minecraft:dirt_path" + }, + "bedrock_state": { + "bedrock_identifier": "grass_path" + } + }, + { + "java_state": { + "Name": "minecraft:end_gateway" + }, + "bedrock_state": { + "bedrock_identifier": "end_gateway" + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "conditional": "true" + }, + "Name": "minecraft:repeating_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "repeating_command_block", + "state": { + "conditional_bit": true, + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "conditional": "true" + }, + "Name": "minecraft:repeating_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "repeating_command_block", + "state": { + "conditional_bit": true, + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "conditional": "true" + }, + "Name": "minecraft:repeating_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "repeating_command_block", + "state": { + "conditional_bit": true, + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "conditional": "true" + }, + "Name": "minecraft:repeating_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "repeating_command_block", + "state": { + "conditional_bit": true, + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "up", + "conditional": "true" + }, + "Name": "minecraft:repeating_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "repeating_command_block", + "state": { + "conditional_bit": true, + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "down", + "conditional": "true" + }, + "Name": "minecraft:repeating_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "repeating_command_block", + "state": { + "conditional_bit": true, + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "conditional": "false" + }, + "Name": "minecraft:repeating_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "repeating_command_block", + "state": { + "conditional_bit": false, + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "conditional": "false" + }, + "Name": "minecraft:repeating_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "repeating_command_block", + "state": { + "conditional_bit": false, + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "conditional": "false" + }, + "Name": "minecraft:repeating_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "repeating_command_block", + "state": { + "conditional_bit": false, + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "conditional": "false" + }, + "Name": "minecraft:repeating_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "repeating_command_block", + "state": { + "conditional_bit": false, + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "up", + "conditional": "false" + }, + "Name": "minecraft:repeating_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "repeating_command_block", + "state": { + "conditional_bit": false, + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "down", + "conditional": "false" + }, + "Name": "minecraft:repeating_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "repeating_command_block", + "state": { + "conditional_bit": false, + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "conditional": "true" + }, + "Name": "minecraft:chain_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "chain_command_block", + "state": { + "conditional_bit": true, + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "conditional": "true" + }, + "Name": "minecraft:chain_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "chain_command_block", + "state": { + "conditional_bit": true, + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "conditional": "true" + }, + "Name": "minecraft:chain_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "chain_command_block", + "state": { + "conditional_bit": true, + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "conditional": "true" + }, + "Name": "minecraft:chain_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "chain_command_block", + "state": { + "conditional_bit": true, + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "up", + "conditional": "true" + }, + "Name": "minecraft:chain_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "chain_command_block", + "state": { + "conditional_bit": true, + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "down", + "conditional": "true" + }, + "Name": "minecraft:chain_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "chain_command_block", + "state": { + "conditional_bit": true, + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "conditional": "false" + }, + "Name": "minecraft:chain_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "chain_command_block", + "state": { + "conditional_bit": false, + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "conditional": "false" + }, + "Name": "minecraft:chain_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "chain_command_block", + "state": { + "conditional_bit": false, + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "conditional": "false" + }, + "Name": "minecraft:chain_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "chain_command_block", + "state": { + "conditional_bit": false, + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "conditional": "false" + }, + "Name": "minecraft:chain_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "chain_command_block", + "state": { + "conditional_bit": false, + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "up", + "conditional": "false" + }, + "Name": "minecraft:chain_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "chain_command_block", + "state": { + "conditional_bit": false, + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "down", + "conditional": "false" + }, + "Name": "minecraft:chain_command_block" + }, + "bedrock_state": { + "bedrock_identifier": "chain_command_block", + "state": { + "conditional_bit": false, + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:frosted_ice" + }, + "bedrock_state": { + "bedrock_identifier": "frosted_ice", + "state": { + "age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:frosted_ice" + }, + "bedrock_state": { + "bedrock_identifier": "frosted_ice", + "state": { + "age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:frosted_ice" + }, + "bedrock_state": { + "bedrock_identifier": "frosted_ice", + "state": { + "age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:frosted_ice" + }, + "bedrock_state": { + "bedrock_identifier": "frosted_ice", + "state": { + "age": 3 + } + } + }, + { + "java_state": { + "Name": "minecraft:magma_block" + }, + "bedrock_state": { + "bedrock_identifier": "magma" + } + }, + { + "java_state": { + "Name": "minecraft:nether_wart_block" + }, + "bedrock_state": { + "bedrock_identifier": "nether_wart_block" + } + }, + { + "java_state": { + "Name": "minecraft:red_nether_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick" + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:bone_block" + }, + "bedrock_state": { + "bedrock_identifier": "bone_block", + "state": { + "pillar_axis": "x", + "deprecated": 0 + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:bone_block" + }, + "bedrock_state": { + "bedrock_identifier": "bone_block", + "state": { + "pillar_axis": "y", + "deprecated": 0 + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:bone_block" + }, + "bedrock_state": { + "bedrock_identifier": "bone_block", + "state": { + "pillar_axis": "z", + "deprecated": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:structure_void" + }, + "bedrock_state": { + "bedrock_identifier": "structure_void", + "state": { + "structure_void_type": "air" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north" + }, + "Name": "minecraft:observer" + }, + "bedrock_state": { + "bedrock_identifier": "observer", + "state": { + "minecraft:facing_direction": "north", + "powered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north" + }, + "Name": "minecraft:observer" + }, + "bedrock_state": { + "bedrock_identifier": "observer", + "state": { + "minecraft:facing_direction": "north", + "powered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east" + }, + "Name": "minecraft:observer" + }, + "bedrock_state": { + "bedrock_identifier": "observer", + "state": { + "minecraft:facing_direction": "east", + "powered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east" + }, + "Name": "minecraft:observer" + }, + "bedrock_state": { + "bedrock_identifier": "observer", + "state": { + "minecraft:facing_direction": "east", + "powered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south" + }, + "Name": "minecraft:observer" + }, + "bedrock_state": { + "bedrock_identifier": "observer", + "state": { + "minecraft:facing_direction": "south", + "powered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south" + }, + "Name": "minecraft:observer" + }, + "bedrock_state": { + "bedrock_identifier": "observer", + "state": { + "minecraft:facing_direction": "south", + "powered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west" + }, + "Name": "minecraft:observer" + }, + "bedrock_state": { + "bedrock_identifier": "observer", + "state": { + "minecraft:facing_direction": "west", + "powered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west" + }, + "Name": "minecraft:observer" + }, + "bedrock_state": { + "bedrock_identifier": "observer", + "state": { + "minecraft:facing_direction": "west", + "powered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "up" + }, + "Name": "minecraft:observer" + }, + "bedrock_state": { + "bedrock_identifier": "observer", + "state": { + "minecraft:facing_direction": "up", + "powered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "up" + }, + "Name": "minecraft:observer" + }, + "bedrock_state": { + "bedrock_identifier": "observer", + "state": { + "minecraft:facing_direction": "up", + "powered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "down" + }, + "Name": "minecraft:observer" + }, + "bedrock_state": { + "bedrock_identifier": "observer", + "state": { + "minecraft:facing_direction": "down", + "powered_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "down" + }, + "Name": "minecraft:observer" + }, + "bedrock_state": { + "bedrock_identifier": "observer", + "state": { + "minecraft:facing_direction": "down", + "powered_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "undyed_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "undyed_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "undyed_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "undyed_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "undyed_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "undyed_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:white_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "white_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:white_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "white_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:white_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "white_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:white_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "white_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:white_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "white_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:white_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "white_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:orange_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "orange_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:orange_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "orange_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:orange_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "orange_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:orange_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "orange_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:orange_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "orange_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:orange_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "orange_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:magenta_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:magenta_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:magenta_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:magenta_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:magenta_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:magenta_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:light_blue_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:light_blue_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:light_blue_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:light_blue_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:light_blue_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:light_blue_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:yellow_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:yellow_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:yellow_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:yellow_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:yellow_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:yellow_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:lime_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "lime_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:lime_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "lime_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:lime_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "lime_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:lime_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "lime_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:lime_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "lime_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:lime_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "lime_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:pink_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "pink_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:pink_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "pink_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:pink_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "pink_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:pink_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "pink_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:pink_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "pink_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:pink_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "pink_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:gray_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "gray_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:gray_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "gray_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:gray_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "gray_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:gray_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "gray_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:gray_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "gray_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:gray_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "gray_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:light_gray_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:light_gray_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:light_gray_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:light_gray_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:light_gray_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:light_gray_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:cyan_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:cyan_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:cyan_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:cyan_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:cyan_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:cyan_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:purple_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "purple_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:purple_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "purple_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:purple_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "purple_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:purple_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "purple_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:purple_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "purple_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:purple_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "purple_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:blue_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "blue_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:blue_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "blue_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:blue_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "blue_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:blue_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "blue_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:blue_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "blue_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:blue_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "blue_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:brown_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "brown_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:brown_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "brown_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:brown_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "brown_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:brown_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "brown_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:brown_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "brown_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:brown_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "brown_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:green_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "green_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:green_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "green_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:green_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "green_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:green_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "green_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:green_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "green_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:green_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "green_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:red_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "red_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:red_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "red_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:red_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "red_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:red_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "red_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:red_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "red_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:red_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "red_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:black_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "black_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:black_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "black_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:black_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "black_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:black_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "black_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "up" + }, + "Name": "minecraft:black_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "black_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "down" + }, + "Name": "minecraft:black_shulker_box" + }, + "bedrock_state": { + "bedrock_identifier": "black_shulker_box" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:white_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "white_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:white_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "white_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:white_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "white_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:white_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "white_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:orange_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "orange_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:orange_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "orange_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:orange_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "orange_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:orange_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "orange_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:magenta_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:magenta_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:magenta_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:magenta_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:light_blue_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:light_blue_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:light_blue_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:light_blue_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:yellow_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:yellow_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:yellow_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:yellow_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:lime_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "lime_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:lime_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "lime_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:lime_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "lime_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:lime_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "lime_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:pink_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "pink_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:pink_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "pink_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:pink_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "pink_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:pink_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "pink_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:gray_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "gray_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:gray_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "gray_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:gray_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "gray_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:gray_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "gray_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:light_gray_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "silver_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:light_gray_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "silver_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:light_gray_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "silver_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:light_gray_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "silver_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:cyan_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:cyan_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:cyan_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:cyan_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:purple_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "purple_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:purple_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "purple_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:purple_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "purple_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:purple_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "purple_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:blue_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "blue_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:blue_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "blue_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:blue_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "blue_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:blue_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "blue_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:brown_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "brown_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:brown_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "brown_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:brown_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "brown_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:brown_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "brown_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:green_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "green_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:green_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "green_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:green_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "green_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:green_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "green_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:red_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "red_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:red_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "red_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:red_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "red_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:red_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "red_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:black_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "black_glazed_terracotta", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:black_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "black_glazed_terracotta", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:black_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "black_glazed_terracotta", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:black_glazed_terracotta" + }, + "bedrock_state": { + "bedrock_identifier": "black_glazed_terracotta", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Name": "minecraft:white_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "white_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:orange_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "orange_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:magenta_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:light_blue_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:yellow_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:lime_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "lime_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:pink_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "pink_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:gray_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "gray_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:light_gray_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:cyan_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:purple_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "purple_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:blue_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "blue_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:brown_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "brown_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:green_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "green_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:red_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "red_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:black_concrete" + }, + "bedrock_state": { + "bedrock_identifier": "black_concrete" + } + }, + { + "java_state": { + "Name": "minecraft:white_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "white_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:orange_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "orange_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:magenta_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:light_blue_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:yellow_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:lime_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "lime_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:pink_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "pink_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:gray_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "gray_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:light_gray_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:cyan_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:purple_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "purple_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:blue_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "blue_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:brown_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "brown_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:green_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "green_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:red_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "red_concrete_powder" + } + }, + { + "java_state": { + "Name": "minecraft:black_concrete_powder" + }, + "bedrock_state": { + "bedrock_identifier": "black_concrete_powder" + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "age": "4" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "age": "5" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "age": "6" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "age": "7" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "age": "8" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "age": "9" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "age": "10" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "age": "11" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "age": "12" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "age": "13" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "age": "14" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "age": "15" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "age": "16" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 16 + } + } + }, + { + "java_state": { + "Properties": { + "age": "17" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 17 + } + } + }, + { + "java_state": { + "Properties": { + "age": "18" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 18 + } + } + }, + { + "java_state": { + "Properties": { + "age": "19" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 19 + } + } + }, + { + "java_state": { + "Properties": { + "age": "20" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 20 + } + } + }, + { + "java_state": { + "Properties": { + "age": "21" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 21 + } + } + }, + { + "java_state": { + "Properties": { + "age": "22" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 22 + } + } + }, + { + "java_state": { + "Properties": { + "age": "23" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 23 + } + } + }, + { + "java_state": { + "Properties": { + "age": "24" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 24 + } + } + }, + { + "java_state": { + "Properties": { + "age": "25" + }, + "Name": "minecraft:kelp" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 25 + } + } + }, + { + "java_state": { + "Name": "minecraft:kelp_plant" + }, + "bedrock_state": { + "bedrock_identifier": "kelp", + "state": { + "kelp_age": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:dried_kelp_block" + }, + "bedrock_state": { + "bedrock_identifier": "dried_kelp_block" + } + }, + { + "java_state": { + "Properties": { + "hatch": "0", + "eggs": "1" + }, + "Name": "minecraft:turtle_egg" + }, + "bedrock_state": { + "bedrock_identifier": "turtle_egg", + "state": { + "turtle_egg_count": "one_egg", + "cracked_state": "no_cracks" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "1", + "eggs": "1" + }, + "Name": "minecraft:turtle_egg" + }, + "bedrock_state": { + "bedrock_identifier": "turtle_egg", + "state": { + "turtle_egg_count": "one_egg", + "cracked_state": "cracked" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "2", + "eggs": "1" + }, + "Name": "minecraft:turtle_egg" + }, + "bedrock_state": { + "bedrock_identifier": "turtle_egg", + "state": { + "turtle_egg_count": "one_egg", + "cracked_state": "max_cracked" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "0", + "eggs": "2" + }, + "Name": "minecraft:turtle_egg" + }, + "bedrock_state": { + "bedrock_identifier": "turtle_egg", + "state": { + "turtle_egg_count": "two_egg", + "cracked_state": "no_cracks" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "1", + "eggs": "2" + }, + "Name": "minecraft:turtle_egg" + }, + "bedrock_state": { + "bedrock_identifier": "turtle_egg", + "state": { + "turtle_egg_count": "two_egg", + "cracked_state": "cracked" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "2", + "eggs": "2" + }, + "Name": "minecraft:turtle_egg" + }, + "bedrock_state": { + "bedrock_identifier": "turtle_egg", + "state": { + "turtle_egg_count": "two_egg", + "cracked_state": "max_cracked" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "0", + "eggs": "3" + }, + "Name": "minecraft:turtle_egg" + }, + "bedrock_state": { + "bedrock_identifier": "turtle_egg", + "state": { + "turtle_egg_count": "three_egg", + "cracked_state": "no_cracks" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "1", + "eggs": "3" + }, + "Name": "minecraft:turtle_egg" + }, + "bedrock_state": { + "bedrock_identifier": "turtle_egg", + "state": { + "turtle_egg_count": "three_egg", + "cracked_state": "cracked" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "2", + "eggs": "3" + }, + "Name": "minecraft:turtle_egg" + }, + "bedrock_state": { + "bedrock_identifier": "turtle_egg", + "state": { + "turtle_egg_count": "three_egg", + "cracked_state": "max_cracked" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "0", + "eggs": "4" + }, + "Name": "minecraft:turtle_egg" + }, + "bedrock_state": { + "bedrock_identifier": "turtle_egg", + "state": { + "turtle_egg_count": "four_egg", + "cracked_state": "no_cracks" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "1", + "eggs": "4" + }, + "Name": "minecraft:turtle_egg" + }, + "bedrock_state": { + "bedrock_identifier": "turtle_egg", + "state": { + "turtle_egg_count": "four_egg", + "cracked_state": "cracked" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "2", + "eggs": "4" + }, + "Name": "minecraft:turtle_egg" + }, + "bedrock_state": { + "bedrock_identifier": "turtle_egg", + "state": { + "turtle_egg_count": "four_egg", + "cracked_state": "max_cracked" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "0" + }, + "Name": "minecraft:sniffer_egg" + }, + "bedrock_state": { + "bedrock_identifier": "sniffer_egg", + "state": { + "cracked_state": "no_cracks" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "1" + }, + "Name": "minecraft:sniffer_egg" + }, + "bedrock_state": { + "bedrock_identifier": "sniffer_egg", + "state": { + "cracked_state": "cracked" + } + } + }, + { + "java_state": { + "Properties": { + "hatch": "2" + }, + "Name": "minecraft:sniffer_egg" + }, + "bedrock_state": { + "bedrock_identifier": "sniffer_egg", + "state": { + "cracked_state": "max_cracked" + } + } + }, + { + "java_state": { + "Name": "minecraft:dead_tube_coral_block" + }, + "bedrock_state": { + "bedrock_identifier": "dead_tube_coral_block" + } + }, + { + "java_state": { + "Name": "minecraft:dead_brain_coral_block" + }, + "bedrock_state": { + "bedrock_identifier": "dead_brain_coral_block" + } + }, + { + "java_state": { + "Name": "minecraft:dead_bubble_coral_block" + }, + "bedrock_state": { + "bedrock_identifier": "dead_bubble_coral_block" + } + }, + { + "java_state": { + "Name": "minecraft:dead_fire_coral_block" + }, + "bedrock_state": { + "bedrock_identifier": "dead_fire_coral_block" + } + }, + { + "java_state": { + "Name": "minecraft:dead_horn_coral_block" + }, + "bedrock_state": { + "bedrock_identifier": "dead_horn_coral_block" + } + }, + { + "java_state": { + "Name": "minecraft:tube_coral_block" + }, + "bedrock_state": { + "bedrock_identifier": "tube_coral_block" + } + }, + { + "java_state": { + "Name": "minecraft:brain_coral_block" + }, + "bedrock_state": { + "bedrock_identifier": "brain_coral_block" + } + }, + { + "java_state": { + "Name": "minecraft:bubble_coral_block" + }, + "bedrock_state": { + "bedrock_identifier": "bubble_coral_block" + } + }, + { + "java_state": { + "Name": "minecraft:fire_coral_block" + }, + "bedrock_state": { + "bedrock_identifier": "fire_coral_block" + } + }, + { + "java_state": { + "Name": "minecraft:horn_coral_block" + }, + "bedrock_state": { + "bedrock_identifier": "horn_coral_block" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:dead_tube_coral" + }, + "bedrock_state": { + "bedrock_identifier": "dead_tube_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:dead_tube_coral" + }, + "bedrock_state": { + "bedrock_identifier": "dead_tube_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:dead_brain_coral" + }, + "bedrock_state": { + "bedrock_identifier": "dead_brain_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:dead_brain_coral" + }, + "bedrock_state": { + "bedrock_identifier": "dead_brain_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:dead_bubble_coral" + }, + "bedrock_state": { + "bedrock_identifier": "dead_bubble_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:dead_bubble_coral" + }, + "bedrock_state": { + "bedrock_identifier": "dead_bubble_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:dead_fire_coral" + }, + "bedrock_state": { + "bedrock_identifier": "dead_fire_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:dead_fire_coral" + }, + "bedrock_state": { + "bedrock_identifier": "dead_fire_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:dead_horn_coral" + }, + "bedrock_state": { + "bedrock_identifier": "dead_horn_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:dead_horn_coral" + }, + "bedrock_state": { + "bedrock_identifier": "dead_horn_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:tube_coral" + }, + "bedrock_state": { + "bedrock_identifier": "tube_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:tube_coral" + }, + "bedrock_state": { + "bedrock_identifier": "tube_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:brain_coral" + }, + "bedrock_state": { + "bedrock_identifier": "brain_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:brain_coral" + }, + "bedrock_state": { + "bedrock_identifier": "brain_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:bubble_coral" + }, + "bedrock_state": { + "bedrock_identifier": "bubble_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:bubble_coral" + }, + "bedrock_state": { + "bedrock_identifier": "bubble_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:fire_coral" + }, + "bedrock_state": { + "bedrock_identifier": "fire_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:fire_coral" + }, + "bedrock_state": { + "bedrock_identifier": "fire_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:horn_coral" + }, + "bedrock_state": { + "bedrock_identifier": "horn_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:horn_coral" + }, + "bedrock_state": { + "bedrock_identifier": "horn_coral" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:dead_tube_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "dead_tube_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:dead_tube_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "dead_tube_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:dead_brain_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "dead_brain_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:dead_brain_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "dead_brain_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:dead_bubble_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "dead_bubble_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:dead_bubble_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "dead_bubble_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:dead_fire_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "dead_fire_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:dead_fire_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "dead_fire_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:dead_horn_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "dead_horn_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:dead_horn_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "dead_horn_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:tube_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "tube_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:tube_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "tube_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:brain_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "brain_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:brain_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "brain_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:bubble_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "bubble_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:bubble_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "bubble_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:fire_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "fire_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:fire_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "fire_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:horn_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "horn_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:horn_coral_fan" + }, + "bedrock_state": { + "bedrock_identifier": "horn_coral_fan", + "state": { + "coral_fan_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:dead_tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 2, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:dead_tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 2, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:dead_tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 3, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:dead_tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 3, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:dead_tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 0, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:dead_tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 0, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:dead_tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 1, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:dead_tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 1, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:dead_brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 2, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:dead_brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 2, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:dead_brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 3, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:dead_brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 3, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:dead_brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 0, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:dead_brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 0, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:dead_brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 1, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:dead_brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 1, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:dead_bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 2, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:dead_bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 2, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:dead_bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 3, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:dead_bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 3, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:dead_bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 0, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:dead_bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 0, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:dead_bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 1, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:dead_bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 1, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:dead_fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 2, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:dead_fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 2, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:dead_fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 3, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:dead_fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 3, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:dead_fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 0, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:dead_fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 0, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:dead_fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 1, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:dead_fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 1, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:dead_horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 2, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:dead_horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 2, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:dead_horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 3, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:dead_horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 3, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:dead_horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 0, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:dead_horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 0, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:dead_horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 1, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:dead_horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 1, + "dead_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 2, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 2, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 3, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 3, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 0, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 0, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 1, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:tube_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 1, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 2, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 2, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 3, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 3, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 0, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 0, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 1, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:brain_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 1, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 2, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 2, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 3, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 3, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 0, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 0, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 1, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:bubble_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 1, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 2, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 2, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 3, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 3, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 0, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 0, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 1, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:fire_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang2", + "state": { + "coral_hang_type_bit": true, + "coral_direction": 1, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 2, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 2, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 3, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 3, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 0, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 0, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 1, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:horn_coral_wall_fan" + }, + "bedrock_state": { + "bedrock_identifier": "coral_fan_hang3", + "state": { + "coral_hang_type_bit": false, + "coral_direction": 1, + "dead_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "pickles": "1" + }, + "Name": "minecraft:sea_pickle" + }, + "bedrock_state": { + "bedrock_identifier": "sea_pickle", + "state": { + "dead_bit": false, + "cluster_count": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "pickles": "1" + }, + "Name": "minecraft:sea_pickle" + }, + "bedrock_state": { + "bedrock_identifier": "sea_pickle", + "state": { + "dead_bit": true, + "cluster_count": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "pickles": "2" + }, + "Name": "minecraft:sea_pickle" + }, + "bedrock_state": { + "bedrock_identifier": "sea_pickle", + "state": { + "dead_bit": false, + "cluster_count": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "pickles": "2" + }, + "Name": "minecraft:sea_pickle" + }, + "bedrock_state": { + "bedrock_identifier": "sea_pickle", + "state": { + "dead_bit": true, + "cluster_count": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "pickles": "3" + }, + "Name": "minecraft:sea_pickle" + }, + "bedrock_state": { + "bedrock_identifier": "sea_pickle", + "state": { + "dead_bit": false, + "cluster_count": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "pickles": "3" + }, + "Name": "minecraft:sea_pickle" + }, + "bedrock_state": { + "bedrock_identifier": "sea_pickle", + "state": { + "dead_bit": true, + "cluster_count": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "pickles": "4" + }, + "Name": "minecraft:sea_pickle" + }, + "bedrock_state": { + "bedrock_identifier": "sea_pickle", + "state": { + "dead_bit": false, + "cluster_count": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "pickles": "4" + }, + "Name": "minecraft:sea_pickle" + }, + "bedrock_state": { + "bedrock_identifier": "sea_pickle", + "state": { + "dead_bit": true, + "cluster_count": 3 + } + } + }, + { + "java_state": { + "Name": "minecraft:blue_ice" + }, + "bedrock_state": { + "bedrock_identifier": "blue_ice" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:conduit" + }, + "bedrock_state": { + "bedrock_identifier": "conduit" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:conduit" + }, + "bedrock_state": { + "bedrock_identifier": "conduit" + } + }, + { + "java_state": { + "Name": "minecraft:bamboo_sapling" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo_sapling", + "state": { + "age_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "stage": "0", + "leaves": "none", + "age": "0" + }, + "Name": "minecraft:bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo", + "state": { + "bamboo_leaf_size": "no_leaves", + "age_bit": false, + "bamboo_stalk_thickness": "thin" + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1", + "leaves": "none", + "age": "0" + }, + "Name": "minecraft:bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo", + "state": { + "bamboo_leaf_size": "no_leaves", + "age_bit": false, + "bamboo_stalk_thickness": "thin" + } + } + }, + { + "java_state": { + "Properties": { + "stage": "0", + "leaves": "small", + "age": "0" + }, + "Name": "minecraft:bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo", + "state": { + "bamboo_leaf_size": "small_leaves", + "age_bit": false, + "bamboo_stalk_thickness": "thin" + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1", + "leaves": "small", + "age": "0" + }, + "Name": "minecraft:bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo", + "state": { + "bamboo_leaf_size": "small_leaves", + "age_bit": false, + "bamboo_stalk_thickness": "thin" + } + } + }, + { + "java_state": { + "Properties": { + "stage": "0", + "leaves": "large", + "age": "0" + }, + "Name": "minecraft:bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo", + "state": { + "bamboo_leaf_size": "large_leaves", + "age_bit": false, + "bamboo_stalk_thickness": "thin" + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1", + "leaves": "large", + "age": "0" + }, + "Name": "minecraft:bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo", + "state": { + "bamboo_leaf_size": "large_leaves", + "age_bit": false, + "bamboo_stalk_thickness": "thin" + } + } + }, + { + "java_state": { + "Properties": { + "stage": "0", + "leaves": "none", + "age": "1" + }, + "Name": "minecraft:bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo", + "state": { + "bamboo_leaf_size": "no_leaves", + "age_bit": false, + "bamboo_stalk_thickness": "thick" + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1", + "leaves": "none", + "age": "1" + }, + "Name": "minecraft:bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo", + "state": { + "bamboo_leaf_size": "no_leaves", + "age_bit": false, + "bamboo_stalk_thickness": "thick" + } + } + }, + { + "java_state": { + "Properties": { + "stage": "0", + "leaves": "small", + "age": "1" + }, + "Name": "minecraft:bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo", + "state": { + "bamboo_leaf_size": "small_leaves", + "age_bit": false, + "bamboo_stalk_thickness": "thick" + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1", + "leaves": "small", + "age": "1" + }, + "Name": "minecraft:bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo", + "state": { + "bamboo_leaf_size": "small_leaves", + "age_bit": false, + "bamboo_stalk_thickness": "thick" + } + } + }, + { + "java_state": { + "Properties": { + "stage": "0", + "leaves": "large", + "age": "1" + }, + "Name": "minecraft:bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo", + "state": { + "bamboo_leaf_size": "large_leaves", + "age_bit": false, + "bamboo_stalk_thickness": "thick" + } + } + }, + { + "java_state": { + "Properties": { + "stage": "1", + "leaves": "large", + "age": "1" + }, + "Name": "minecraft:bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "bamboo", + "state": { + "bamboo_leaf_size": "large_leaves", + "age_bit": false, + "bamboo_stalk_thickness": "thick" + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_bamboo" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:void_air" + }, + "bedrock_state": { + "bedrock_identifier": "air" + } + }, + { + "java_state": { + "Name": "minecraft:cave_air" + }, + "bedrock_state": { + "bedrock_identifier": "air" + } + }, + { + "java_state": { + "Properties": { + "drag": "true" + }, + "Name": "minecraft:bubble_column" + }, + "bedrock_state": { + "bedrock_identifier": "bubble_column", + "state": { + "drag_down": true + } + } + }, + { + "java_state": { + "Properties": { + "drag": "false" + }, + "Name": "minecraft:bubble_column" + }, + "bedrock_state": { + "bedrock_identifier": "bubble_column", + "state": { + "drag_down": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_red_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_red_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_stone_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:mossy_cobblestone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "mossy_cobblestone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:end_stone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "end_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:stone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "normal_stone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_sandstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_sandstone_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:smooth_quartz_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_quartz_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:granite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "granite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:red_nether_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "red_nether_brick_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_andesite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_andesite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": true, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:diorite_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "diorite_stairs", + "state": { + "upside_down_bit": false, + "weirdo_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:polished_granite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_granite", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:polished_granite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_granite", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:polished_granite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_granite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:polished_granite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_granite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:polished_granite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_granite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:polished_granite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_granite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:smooth_red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "smooth_red_sandstone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:smooth_red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "smooth_red_sandstone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:smooth_red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "smooth_red_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:smooth_red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "smooth_red_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:smooth_red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "smooth_red_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:smooth_red_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "smooth_red_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:mossy_stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "mossy_stone_brick", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:mossy_stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "mossy_stone_brick", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:mossy_stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "mossy_stone_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:mossy_stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "mossy_stone_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:mossy_stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab4", + "state": { + "stone_slab_type_4": "mossy_stone_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:mossy_stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab4", + "state": { + "stone_slab_type_4": "mossy_stone_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:polished_diorite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_diorite", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:polished_diorite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_diorite", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:polished_diorite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_diorite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:polished_diorite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_diorite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:polished_diorite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_diorite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:polished_diorite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_diorite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:mossy_cobblestone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "mossy_cobblestone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:mossy_cobblestone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "mossy_cobblestone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:mossy_cobblestone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "mossy_cobblestone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:mossy_cobblestone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "mossy_cobblestone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:mossy_cobblestone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "mossy_cobblestone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:mossy_cobblestone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "mossy_cobblestone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:end_stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "end_stone_brick", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:end_stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "end_stone_brick", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:end_stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "end_stone_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:end_stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "end_stone_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:end_stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "end_stone_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:end_stone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "end_stone_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:smooth_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "smooth_sandstone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:smooth_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "smooth_sandstone", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:smooth_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "smooth_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:smooth_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "smooth_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:smooth_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "smooth_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:smooth_sandstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "smooth_sandstone", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:smooth_quartz_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "smooth_quartz", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:smooth_quartz_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "smooth_quartz", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:smooth_quartz_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "smooth_quartz", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:smooth_quartz_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab4", + "state": { + "stone_slab_type_4": "smooth_quartz", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:smooth_quartz_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab4", + "state": { + "stone_slab_type_4": "smooth_quartz", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:smooth_quartz_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab4", + "state": { + "stone_slab_type_4": "smooth_quartz", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:granite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "granite", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:granite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "granite", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:granite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "granite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:granite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "granite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:granite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "granite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:granite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "granite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:andesite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "andesite", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:andesite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "andesite", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:andesite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "andesite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:andesite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "andesite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:andesite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "andesite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:andesite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "andesite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:red_nether_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "red_nether_brick", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:red_nether_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "red_nether_brick", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:red_nether_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "red_nether_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:red_nether_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab2", + "state": { + "stone_slab_type_2": "red_nether_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:red_nether_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "red_nether_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:red_nether_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab2", + "state": { + "stone_slab_type_2": "red_nether_brick", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:polished_andesite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_andesite", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:polished_andesite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_andesite", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:polished_andesite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_andesite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:polished_andesite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_andesite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:polished_andesite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_andesite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:polished_andesite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "polished_andesite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:diorite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "diorite", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:diorite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "diorite", + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:diorite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "diorite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:diorite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "stone_block_slab3", + "state": { + "stone_slab_type_3": "diorite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:diorite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "diorite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:diorite_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_stone_block_slab3", + "state": { + "stone_slab_type_3": "diorite", + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:prismarine_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "prismarine", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mossy_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "mossy_stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:granite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "granite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "stone_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:mud_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "mud_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:andesite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "andesite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:red_nether_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "red_nether_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:sandstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "sandstone", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:end_stone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "end_brick", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:diorite_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobblestone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_block_type": "diorite", + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "0", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 0, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "0", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 0, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "1", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 1, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "1", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 1, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "2", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 2, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "2", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 2, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "3", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 3, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "3", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 3, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "4", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 4, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "4", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 4, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "5", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 5, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "5", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 5, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "6", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 6, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "6", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 6, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "7", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 7, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "7", + "bottom": "true" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 7, + "stability_check": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "0", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 0, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "0", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 0, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "1", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 1, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "1", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 1, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "2", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 2, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "2", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 2, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "3", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 3, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "3", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 3, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "4", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 4, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "4", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 4, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "5", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 5, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "5", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 5, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "6", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 6, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "6", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 6, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "distance": "7", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 7, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "distance": "7", + "bottom": "false" + }, + "Name": "minecraft:scaffolding" + }, + "bedrock_state": { + "bedrock_identifier": "scaffolding", + "state": { + "stability": 7, + "stability_check": true + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:loom" + }, + "bedrock_state": { + "bedrock_identifier": "loom", + "state": { + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:loom" + }, + "bedrock_state": { + "bedrock_identifier": "loom", + "state": { + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:loom" + }, + "bedrock_state": { + "bedrock_identifier": "loom", + "state": { + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:loom" + }, + "bedrock_state": { + "bedrock_identifier": "loom", + "state": { + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "open": "true", + "facing": "north" + }, + "Name": "minecraft:barrel" + }, + "bedrock_state": { + "bedrock_identifier": "barrel", + "state": { + "facing_direction": 2, + "open_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "open": "false", + "facing": "north" + }, + "Name": "minecraft:barrel" + }, + "bedrock_state": { + "bedrock_identifier": "barrel", + "state": { + "facing_direction": 2, + "open_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "open": "true", + "facing": "east" + }, + "Name": "minecraft:barrel" + }, + "bedrock_state": { + "bedrock_identifier": "barrel", + "state": { + "facing_direction": 5, + "open_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "open": "false", + "facing": "east" + }, + "Name": "minecraft:barrel" + }, + "bedrock_state": { + "bedrock_identifier": "barrel", + "state": { + "facing_direction": 5, + "open_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "open": "true", + "facing": "south" + }, + "Name": "minecraft:barrel" + }, + "bedrock_state": { + "bedrock_identifier": "barrel", + "state": { + "facing_direction": 3, + "open_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "open": "false", + "facing": "south" + }, + "Name": "minecraft:barrel" + }, + "bedrock_state": { + "bedrock_identifier": "barrel", + "state": { + "facing_direction": 3, + "open_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "open": "true", + "facing": "west" + }, + "Name": "minecraft:barrel" + }, + "bedrock_state": { + "bedrock_identifier": "barrel", + "state": { + "facing_direction": 4, + "open_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "open": "false", + "facing": "west" + }, + "Name": "minecraft:barrel" + }, + "bedrock_state": { + "bedrock_identifier": "barrel", + "state": { + "facing_direction": 4, + "open_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "open": "true", + "facing": "up" + }, + "Name": "minecraft:barrel" + }, + "bedrock_state": { + "bedrock_identifier": "barrel", + "state": { + "facing_direction": 1, + "open_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "open": "false", + "facing": "up" + }, + "Name": "minecraft:barrel" + }, + "bedrock_state": { + "bedrock_identifier": "barrel", + "state": { + "facing_direction": 1, + "open_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "open": "true", + "facing": "down" + }, + "Name": "minecraft:barrel" + }, + "bedrock_state": { + "bedrock_identifier": "barrel", + "state": { + "facing_direction": 0, + "open_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "open": "false", + "facing": "down" + }, + "Name": "minecraft:barrel" + }, + "bedrock_state": { + "bedrock_identifier": "barrel", + "state": { + "facing_direction": 0, + "open_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "north" + }, + "Name": "minecraft:smoker" + }, + "bedrock_state": { + "bedrock_identifier": "lit_smoker", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "north" + }, + "Name": "minecraft:smoker" + }, + "bedrock_state": { + "bedrock_identifier": "smoker", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "south" + }, + "Name": "minecraft:smoker" + }, + "bedrock_state": { + "bedrock_identifier": "lit_smoker", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "south" + }, + "Name": "minecraft:smoker" + }, + "bedrock_state": { + "bedrock_identifier": "smoker", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "west" + }, + "Name": "minecraft:smoker" + }, + "bedrock_state": { + "bedrock_identifier": "lit_smoker", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "west" + }, + "Name": "minecraft:smoker" + }, + "bedrock_state": { + "bedrock_identifier": "smoker", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "east" + }, + "Name": "minecraft:smoker" + }, + "bedrock_state": { + "bedrock_identifier": "lit_smoker", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "east" + }, + "Name": "minecraft:smoker" + }, + "bedrock_state": { + "bedrock_identifier": "smoker", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "north" + }, + "Name": "minecraft:blast_furnace" + }, + "bedrock_state": { + "bedrock_identifier": "lit_blast_furnace", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "north" + }, + "Name": "minecraft:blast_furnace" + }, + "bedrock_state": { + "bedrock_identifier": "blast_furnace", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "south" + }, + "Name": "minecraft:blast_furnace" + }, + "bedrock_state": { + "bedrock_identifier": "lit_blast_furnace", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "south" + }, + "Name": "minecraft:blast_furnace" + }, + "bedrock_state": { + "bedrock_identifier": "blast_furnace", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "west" + }, + "Name": "minecraft:blast_furnace" + }, + "bedrock_state": { + "bedrock_identifier": "lit_blast_furnace", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "west" + }, + "Name": "minecraft:blast_furnace" + }, + "bedrock_state": { + "bedrock_identifier": "blast_furnace", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true", + "facing": "east" + }, + "Name": "minecraft:blast_furnace" + }, + "bedrock_state": { + "bedrock_identifier": "lit_blast_furnace", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false", + "facing": "east" + }, + "Name": "minecraft:blast_furnace" + }, + "bedrock_state": { + "bedrock_identifier": "blast_furnace", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Name": "minecraft:cartography_table" + }, + "bedrock_state": { + "bedrock_identifier": "cartography_table" + } + }, + { + "java_state": { + "Name": "minecraft:fletching_table" + }, + "bedrock_state": { + "bedrock_identifier": "fletching_table" + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:grindstone" + }, + "bedrock_state": { + "bedrock_identifier": "grindstone", + "state": { + "attachment": "standing", + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:grindstone" + }, + "bedrock_state": { + "bedrock_identifier": "grindstone", + "state": { + "attachment": "standing", + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:grindstone" + }, + "bedrock_state": { + "bedrock_identifier": "grindstone", + "state": { + "attachment": "standing", + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:grindstone" + }, + "bedrock_state": { + "bedrock_identifier": "grindstone", + "state": { + "attachment": "standing", + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:grindstone" + }, + "bedrock_state": { + "bedrock_identifier": "grindstone", + "state": { + "attachment": "side", + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:grindstone" + }, + "bedrock_state": { + "bedrock_identifier": "grindstone", + "state": { + "attachment": "side", + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:grindstone" + }, + "bedrock_state": { + "bedrock_identifier": "grindstone", + "state": { + "attachment": "side", + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:grindstone" + }, + "bedrock_state": { + "bedrock_identifier": "grindstone", + "state": { + "attachment": "side", + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:grindstone" + }, + "bedrock_state": { + "bedrock_identifier": "grindstone", + "state": { + "attachment": "hanging", + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:grindstone" + }, + "bedrock_state": { + "bedrock_identifier": "grindstone", + "state": { + "attachment": "hanging", + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:grindstone" + }, + "bedrock_state": { + "bedrock_identifier": "grindstone", + "state": { + "attachment": "hanging", + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:grindstone" + }, + "bedrock_state": { + "bedrock_identifier": "grindstone", + "state": { + "attachment": "hanging", + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "has_book": "true", + "facing": "north" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "has_book": "true", + "facing": "north" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": false, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "has_book": "false", + "facing": "north" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "has_book": "false", + "facing": "north" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": false, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "has_book": "true", + "facing": "south" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "has_book": "true", + "facing": "south" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": false, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "has_book": "false", + "facing": "south" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "has_book": "false", + "facing": "south" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": false, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "has_book": "true", + "facing": "west" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "has_book": "true", + "facing": "west" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": false, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "has_book": "false", + "facing": "west" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "has_book": "false", + "facing": "west" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": false, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "has_book": "true", + "facing": "east" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "has_book": "true", + "facing": "east" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": false, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "has_book": "false", + "facing": "east" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "has_book": "false", + "facing": "east" + }, + "Name": "minecraft:lectern" + }, + "bedrock_state": { + "bedrock_identifier": "lectern", + "state": { + "powered_bit": false, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Name": "minecraft:smithing_table" + }, + "bedrock_state": { + "bedrock_identifier": "smithing_table" + } + }, + { + "java_state": { + "Properties": { + "facing": "north" + }, + "Name": "minecraft:stonecutter" + }, + "bedrock_state": { + "bedrock_identifier": "stonecutter_block", + "state": { + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "south" + }, + "Name": "minecraft:stonecutter" + }, + "bedrock_state": { + "bedrock_identifier": "stonecutter_block", + "state": { + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "west" + }, + "Name": "minecraft:stonecutter" + }, + "bedrock_state": { + "bedrock_identifier": "stonecutter_block", + "state": { + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "facing": "east" + }, + "Name": "minecraft:stonecutter" + }, + "bedrock_state": { + "bedrock_identifier": "stonecutter_block", + "state": { + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "attachment": "floor" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "standing", + "toggle_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "attachment": "floor" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "standing", + "toggle_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "attachment": "floor" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "standing", + "toggle_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "attachment": "floor" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "standing", + "toggle_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "attachment": "floor" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "standing", + "toggle_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "attachment": "floor" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "standing", + "toggle_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "attachment": "floor" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "standing", + "toggle_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "attachment": "floor" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "standing", + "toggle_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "attachment": "ceiling" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "hanging", + "toggle_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "attachment": "ceiling" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "hanging", + "toggle_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "attachment": "ceiling" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "hanging", + "toggle_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "attachment": "ceiling" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "hanging", + "toggle_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "attachment": "ceiling" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "hanging", + "toggle_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "attachment": "ceiling" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "hanging", + "toggle_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "attachment": "ceiling" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "hanging", + "toggle_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "attachment": "ceiling" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "hanging", + "toggle_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "attachment": "single_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "side", + "toggle_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "attachment": "single_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "side", + "toggle_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "attachment": "single_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "side", + "toggle_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "attachment": "single_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "side", + "toggle_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "attachment": "single_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "side", + "toggle_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "attachment": "single_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "side", + "toggle_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "attachment": "single_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "side", + "toggle_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "attachment": "single_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "side", + "toggle_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "attachment": "double_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "multiple", + "toggle_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "attachment": "double_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "multiple", + "toggle_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "attachment": "double_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "multiple", + "toggle_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "attachment": "double_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "multiple", + "toggle_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "attachment": "double_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "multiple", + "toggle_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "attachment": "double_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "multiple", + "toggle_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "attachment": "double_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "multiple", + "toggle_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "attachment": "double_wall" + }, + "Name": "minecraft:bell" + }, + "bedrock_state": { + "bedrock_identifier": "bell", + "state": { + "attachment": "multiple", + "toggle_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "hanging": "true" + }, + "Name": "minecraft:lantern" + }, + "bedrock_state": { + "bedrock_identifier": "lantern", + "state": { + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "hanging": "true" + }, + "Name": "minecraft:lantern" + }, + "bedrock_state": { + "bedrock_identifier": "lantern", + "state": { + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "hanging": "false" + }, + "Name": "minecraft:lantern" + }, + "bedrock_state": { + "bedrock_identifier": "lantern", + "state": { + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "hanging": "false" + }, + "Name": "minecraft:lantern" + }, + "bedrock_state": { + "bedrock_identifier": "lantern", + "state": { + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "hanging": "true" + }, + "Name": "minecraft:soul_lantern" + }, + "bedrock_state": { + "bedrock_identifier": "soul_lantern", + "state": { + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "hanging": "true" + }, + "Name": "minecraft:soul_lantern" + }, + "bedrock_state": { + "bedrock_identifier": "soul_lantern", + "state": { + "hanging": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "hanging": "false" + }, + "Name": "minecraft:soul_lantern" + }, + "bedrock_state": { + "bedrock_identifier": "soul_lantern", + "state": { + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "hanging": "false" + }, + "Name": "minecraft:soul_lantern" + }, + "bedrock_state": { + "bedrock_identifier": "soul_lantern", + "state": { + "hanging": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "true", + "facing": "north" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "true", + "facing": "north" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "true", + "facing": "north" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "true", + "facing": "north" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "false", + "facing": "north" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "false", + "facing": "north" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "false", + "facing": "north" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "false", + "facing": "north" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "true", + "facing": "south" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "true", + "facing": "south" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "true", + "facing": "south" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "true", + "facing": "south" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "false", + "facing": "south" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "false", + "facing": "south" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "false", + "facing": "south" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "false", + "facing": "south" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "true", + "facing": "west" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "true", + "facing": "west" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "true", + "facing": "west" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "true", + "facing": "west" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "false", + "facing": "west" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "false", + "facing": "west" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "false", + "facing": "west" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "false", + "facing": "west" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "true", + "facing": "east" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "true", + "facing": "east" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "true", + "facing": "east" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "true", + "facing": "east" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "false", + "facing": "east" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "false", + "facing": "east" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "false", + "facing": "east" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "false", + "facing": "east" + }, + "Name": "minecraft:campfire" + }, + "bedrock_state": { + "bedrock_identifier": "campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "true", + "facing": "north" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "true", + "facing": "north" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "true", + "facing": "north" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "true", + "facing": "north" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "false", + "facing": "north" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "false", + "facing": "north" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "false", + "facing": "north" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "false", + "facing": "north" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "north", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "true", + "facing": "south" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "true", + "facing": "south" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "true", + "facing": "south" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "true", + "facing": "south" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "false", + "facing": "south" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "false", + "facing": "south" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "false", + "facing": "south" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "false", + "facing": "south" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "south", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "true", + "facing": "west" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "true", + "facing": "west" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "true", + "facing": "west" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "true", + "facing": "west" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "false", + "facing": "west" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "false", + "facing": "west" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "false", + "facing": "west" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "false", + "facing": "west" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "west", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "true", + "facing": "east" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "true", + "facing": "east" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "true", + "facing": "east" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "true", + "facing": "east" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "true", + "lit": "false", + "facing": "east" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "true", + "lit": "false", + "facing": "east" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "signal_fire": "false", + "lit": "false", + "facing": "east" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "signal_fire": "false", + "lit": "false", + "facing": "east" + }, + "Name": "minecraft:soul_campfire" + }, + "bedrock_state": { + "bedrock_identifier": "soul_campfire", + "state": { + "minecraft:cardinal_direction": "east", + "extinguished": true + } + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:sweet_berry_bush" + }, + "bedrock_state": { + "bedrock_identifier": "sweet_berry_bush", + "state": { + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:sweet_berry_bush" + }, + "bedrock_state": { + "bedrock_identifier": "sweet_berry_bush", + "state": { + "growth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:sweet_berry_bush" + }, + "bedrock_state": { + "bedrock_identifier": "sweet_berry_bush", + "state": { + "growth": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:sweet_berry_bush" + }, + "bedrock_state": { + "bedrock_identifier": "sweet_berry_bush", + "state": { + "growth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:warped_stem" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stem", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:warped_stem" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stem", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:warped_stem" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stem", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_warped_stem" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_warped_stem", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_warped_stem" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_warped_stem", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_warped_stem" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_warped_stem", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:warped_hyphae" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hyphae", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:warped_hyphae" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hyphae", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:warped_hyphae" + }, + "bedrock_state": { + "bedrock_identifier": "warped_hyphae", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_warped_hyphae" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_warped_hyphae", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_warped_hyphae" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_warped_hyphae", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_warped_hyphae" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_warped_hyphae", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Name": "minecraft:warped_nylium" + }, + "bedrock_state": { + "bedrock_identifier": "warped_nylium" + } + }, + { + "java_state": { + "Name": "minecraft:warped_fungus" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fungus" + } + }, + { + "java_state": { + "Name": "minecraft:warped_wart_block" + }, + "bedrock_state": { + "bedrock_identifier": "warped_wart_block" + } + }, + { + "java_state": { + "Name": "minecraft:warped_roots" + }, + "bedrock_state": { + "bedrock_identifier": "warped_roots" + } + }, + { + "java_state": { + "Name": "minecraft:nether_sprouts" + }, + "bedrock_state": { + "bedrock_identifier": "nether_sprouts" + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:crimson_stem" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stem", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:crimson_stem" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stem", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:crimson_stem" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stem", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_crimson_stem" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_crimson_stem", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_crimson_stem" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_crimson_stem", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_crimson_stem" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_crimson_stem", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:crimson_hyphae" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hyphae", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:crimson_hyphae" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hyphae", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:crimson_hyphae" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_hyphae", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:stripped_crimson_hyphae" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_crimson_hyphae", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:stripped_crimson_hyphae" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_crimson_hyphae", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:stripped_crimson_hyphae" + }, + "bedrock_state": { + "bedrock_identifier": "stripped_crimson_hyphae", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Name": "minecraft:crimson_nylium" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_nylium" + } + }, + { + "java_state": { + "Name": "minecraft:crimson_fungus" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fungus" + } + }, + { + "java_state": { + "Name": "minecraft:shroomlight" + }, + "bedrock_state": { + "bedrock_identifier": "shroomlight" + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "age": "4" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "age": "5" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "age": "6" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "age": "7" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "age": "8" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "age": "9" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "age": "10" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "age": "11" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "age": "12" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "age": "13" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "age": "14" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "age": "15" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "age": "16" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 16 + } + } + }, + { + "java_state": { + "Properties": { + "age": "17" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 17 + } + } + }, + { + "java_state": { + "Properties": { + "age": "18" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 18 + } + } + }, + { + "java_state": { + "Properties": { + "age": "19" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 19 + } + } + }, + { + "java_state": { + "Properties": { + "age": "20" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 20 + } + } + }, + { + "java_state": { + "Properties": { + "age": "21" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 21 + } + } + }, + { + "java_state": { + "Properties": { + "age": "22" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 22 + } + } + }, + { + "java_state": { + "Properties": { + "age": "23" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 23 + } + } + }, + { + "java_state": { + "Properties": { + "age": "24" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 24 + } + } + }, + { + "java_state": { + "Properties": { + "age": "25" + }, + "Name": "minecraft:weeping_vines" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 25 + } + } + }, + { + "java_state": { + "Name": "minecraft:weeping_vines_plant" + }, + "bedrock_state": { + "bedrock_identifier": "weeping_vines", + "state": { + "weeping_vines_age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "0" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "age": "1" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "age": "2" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "age": "3" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "age": "4" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "age": "5" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "age": "6" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "age": "7" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "age": "8" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "age": "9" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "age": "10" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "age": "11" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "age": "12" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "age": "13" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "age": "14" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "age": "15" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "age": "16" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 16 + } + } + }, + { + "java_state": { + "Properties": { + "age": "17" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 17 + } + } + }, + { + "java_state": { + "Properties": { + "age": "18" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 18 + } + } + }, + { + "java_state": { + "Properties": { + "age": "19" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 19 + } + } + }, + { + "java_state": { + "Properties": { + "age": "20" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 20 + } + } + }, + { + "java_state": { + "Properties": { + "age": "21" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 21 + } + } + }, + { + "java_state": { + "Properties": { + "age": "22" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 22 + } + } + }, + { + "java_state": { + "Properties": { + "age": "23" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 23 + } + } + }, + { + "java_state": { + "Properties": { + "age": "24" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 24 + } + } + }, + { + "java_state": { + "Properties": { + "age": "25" + }, + "Name": "minecraft:twisting_vines" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 25 + } + } + }, + { + "java_state": { + "Name": "minecraft:twisting_vines_plant" + }, + "bedrock_state": { + "bedrock_identifier": "twisting_vines", + "state": { + "twisting_vines_age": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:crimson_roots" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_roots" + } + }, + { + "java_state": { + "Name": "minecraft:crimson_planks" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_planks" + } + }, + { + "java_state": { + "Name": "minecraft:warped_planks" + }, + "bedrock_state": { + "bedrock_identifier": "warped_planks" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:crimson_slab" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:crimson_slab" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:crimson_slab" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:crimson_slab" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:crimson_slab" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:crimson_slab" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:warped_slab" + }, + "bedrock_state": { + "bedrock_identifier": "warped_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:warped_slab" + }, + "bedrock_state": { + "bedrock_identifier": "warped_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:warped_slab" + }, + "bedrock_state": { + "bedrock_identifier": "warped_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:warped_slab" + }, + "bedrock_state": { + "bedrock_identifier": "warped_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:warped_slab" + }, + "bedrock_state": { + "bedrock_identifier": "warped_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:warped_slab" + }, + "bedrock_state": { + "bedrock_identifier": "warped_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:crimson_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:crimson_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:warped_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:warped_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:crimson_fence" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "true" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "true", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "true", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "true", + "north": "false", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "south": "false", + "north": "false", + "east": "false" + }, + "Name": "minecraft:warped_fence" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "warped_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:crimson_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "north" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "north" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "south" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "south" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "west" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "west" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "true", + "facing": "east" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": true, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "in_wall": "false", + "facing": "east" + }, + "Name": "minecraft:warped_fence_gate" + }, + "bedrock_state": { + "bedrock_identifier": "warped_fence_gate", + "state": { + "open_bit": false, + "in_wall_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:crimson_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:warped_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "warped_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:crimson_button" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:warped_button" + }, + "bedrock_state": { + "bedrock_identifier": "warped_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:crimson_door" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": true, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:warped_door" + }, + "bedrock_state": { + "bedrock_identifier": "warped_door", + "state": { + "open_bit": false, + "upper_block_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15" + }, + "Name": "minecraft:crimson_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "0" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "0" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "1" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "1" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "2" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "2" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "3" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "3" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "4" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "4" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "5" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "5" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "6" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "6" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 6 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "7" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "7" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 7 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "8" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "8" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 8 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "9" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "9" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 9 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "10" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "10" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 10 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "11" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "11" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 11 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "12" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "12" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 12 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "13" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "13" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 13 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "14" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "14" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 14 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "rotation": "15" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "rotation": "15" + }, + "Name": "minecraft:warped_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_standing_sign", + "state": { + "ground_sign_direction": 15 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:crimson_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:crimson_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:crimson_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:crimson_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:crimson_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:crimson_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:crimson_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:crimson_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "crimson_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:warped_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:warped_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_wall_sign", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:warped_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:warped_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_wall_sign", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:warped_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:warped_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_wall_sign", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:warped_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:warped_wall_sign" + }, + "bedrock_state": { + "bedrock_identifier": "warped_wall_sign", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "mode": "save" + }, + "Name": "minecraft:structure_block" + }, + "bedrock_state": { + "bedrock_identifier": "structure_block", + "state": { + "structure_block_type": "save" + } + } + }, + { + "java_state": { + "Properties": { + "mode": "load" + }, + "Name": "minecraft:structure_block" + }, + "bedrock_state": { + "bedrock_identifier": "structure_block", + "state": { + "structure_block_type": "load" + } + } + }, + { + "java_state": { + "Properties": { + "mode": "corner" + }, + "Name": "minecraft:structure_block" + }, + "bedrock_state": { + "bedrock_identifier": "structure_block", + "state": { + "structure_block_type": "corner" + } + } + }, + { + "java_state": { + "Properties": { + "mode": "data" + }, + "Name": "minecraft:structure_block" + }, + "bedrock_state": { + "bedrock_identifier": "structure_block", + "state": { + "structure_block_type": "data" + } + } + }, + { + "java_state": { + "Properties": { + "orientation": "down_east" + }, + "Name": "minecraft:jigsaw" + }, + "bedrock_state": { + "bedrock_identifier": "jigsaw", + "state": { + "facing_direction": 0, + "rotation": 0 + } + } + }, + { + "java_state": { + "Properties": { + "orientation": "down_north" + }, + "Name": "minecraft:jigsaw" + }, + "bedrock_state": { + "bedrock_identifier": "jigsaw", + "state": { + "facing_direction": 0, + "rotation": 0 + } + } + }, + { + "java_state": { + "Properties": { + "orientation": "down_south" + }, + "Name": "minecraft:jigsaw" + }, + "bedrock_state": { + "bedrock_identifier": "jigsaw", + "state": { + "facing_direction": 0, + "rotation": 0 + } + } + }, + { + "java_state": { + "Properties": { + "orientation": "down_west" + }, + "Name": "minecraft:jigsaw" + }, + "bedrock_state": { + "bedrock_identifier": "jigsaw", + "state": { + "facing_direction": 0, + "rotation": 0 + } + } + }, + { + "java_state": { + "Properties": { + "orientation": "up_east" + }, + "Name": "minecraft:jigsaw" + }, + "bedrock_state": { + "bedrock_identifier": "jigsaw", + "state": { + "facing_direction": 0, + "rotation": 0 + } + } + }, + { + "java_state": { + "Properties": { + "orientation": "up_north" + }, + "Name": "minecraft:jigsaw" + }, + "bedrock_state": { + "bedrock_identifier": "jigsaw", + "state": { + "facing_direction": 0, + "rotation": 0 + } + } + }, + { + "java_state": { + "Properties": { + "orientation": "up_south" + }, + "Name": "minecraft:jigsaw" + }, + "bedrock_state": { + "bedrock_identifier": "jigsaw", + "state": { + "facing_direction": 0, + "rotation": 0 + } + } + }, + { + "java_state": { + "Properties": { + "orientation": "up_west" + }, + "Name": "minecraft:jigsaw" + }, + "bedrock_state": { + "bedrock_identifier": "jigsaw", + "state": { + "facing_direction": 0, + "rotation": 0 + } + } + }, + { + "java_state": { + "Properties": { + "orientation": "west_up" + }, + "Name": "minecraft:jigsaw" + }, + "bedrock_state": { + "bedrock_identifier": "jigsaw", + "state": { + "facing_direction": 0, + "rotation": 0 + } + } + }, + { + "java_state": { + "Properties": { + "orientation": "east_up" + }, + "Name": "minecraft:jigsaw" + }, + "bedrock_state": { + "bedrock_identifier": "jigsaw", + "state": { + "facing_direction": 0, + "rotation": 0 + } + } + }, + { + "java_state": { + "Properties": { + "orientation": "north_up" + }, + "Name": "minecraft:jigsaw" + }, + "bedrock_state": { + "bedrock_identifier": "jigsaw", + "state": { + "facing_direction": 0, + "rotation": 0 + } + } + }, + { + "java_state": { + "Properties": { + "orientation": "south_up" + }, + "Name": "minecraft:jigsaw" + }, + "bedrock_state": { + "bedrock_identifier": "jigsaw", + "state": { + "facing_direction": 0, + "rotation": 0 + } + } + }, + { + "java_state": { + "Properties": { + "level": "0" + }, + "Name": "minecraft:composter" + }, + "bedrock_state": { + "bedrock_identifier": "composter", + "state": { + "composter_fill_level": 0 + } + } + }, + { + "java_state": { + "Properties": { + "level": "1" + }, + "Name": "minecraft:composter" + }, + "bedrock_state": { + "bedrock_identifier": "composter", + "state": { + "composter_fill_level": 1 + } + } + }, + { + "java_state": { + "Properties": { + "level": "2" + }, + "Name": "minecraft:composter" + }, + "bedrock_state": { + "bedrock_identifier": "composter", + "state": { + "composter_fill_level": 2 + } + } + }, + { + "java_state": { + "Properties": { + "level": "3" + }, + "Name": "minecraft:composter" + }, + "bedrock_state": { + "bedrock_identifier": "composter", + "state": { + "composter_fill_level": 3 + } + } + }, + { + "java_state": { + "Properties": { + "level": "4" + }, + "Name": "minecraft:composter" + }, + "bedrock_state": { + "bedrock_identifier": "composter", + "state": { + "composter_fill_level": 4 + } + } + }, + { + "java_state": { + "Properties": { + "level": "5" + }, + "Name": "minecraft:composter" + }, + "bedrock_state": { + "bedrock_identifier": "composter", + "state": { + "composter_fill_level": 5 + } + } + }, + { + "java_state": { + "Properties": { + "level": "6" + }, + "Name": "minecraft:composter" + }, + "bedrock_state": { + "bedrock_identifier": "composter", + "state": { + "composter_fill_level": 6 + } + } + }, + { + "java_state": { + "Properties": { + "level": "7" + }, + "Name": "minecraft:composter" + }, + "bedrock_state": { + "bedrock_identifier": "composter", + "state": { + "composter_fill_level": 7 + } + } + }, + { + "java_state": { + "Properties": { + "level": "8" + }, + "Name": "minecraft:composter" + }, + "bedrock_state": { + "bedrock_identifier": "composter", + "state": { + "composter_fill_level": 8 + } + } + }, + { + "java_state": { + "Properties": { + "power": "0" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "1" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "2" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "3" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "4" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "5" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "6" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "7" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "8" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "9" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "10" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "11" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "12" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "13" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "14" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "power": "15" + }, + "Name": "minecraft:target" + }, + "bedrock_state": { + "bedrock_identifier": "target" + } + }, + { + "java_state": { + "Properties": { + "honey_level": "0", + "facing": "north" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 0, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "1", + "facing": "north" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 1, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "2", + "facing": "north" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 2, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "3", + "facing": "north" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 3, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "4", + "facing": "north" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 4, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "5", + "facing": "north" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 5, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "0", + "facing": "south" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 0, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "1", + "facing": "south" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 1, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "2", + "facing": "south" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 2, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "3", + "facing": "south" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 3, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "4", + "facing": "south" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 4, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "5", + "facing": "south" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 5, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "0", + "facing": "west" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 0, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "1", + "facing": "west" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 1, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "2", + "facing": "west" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 2, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "3", + "facing": "west" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 3, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "4", + "facing": "west" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 4, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "5", + "facing": "west" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 5, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "0", + "facing": "east" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 0, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "1", + "facing": "east" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 1, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "2", + "facing": "east" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 2, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "3", + "facing": "east" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 3, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "4", + "facing": "east" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 4, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "5", + "facing": "east" + }, + "Name": "minecraft:bee_nest" + }, + "bedrock_state": { + "bedrock_identifier": "bee_nest", + "state": { + "honey_level": 5, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "0", + "facing": "north" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 0, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "1", + "facing": "north" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 1, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "2", + "facing": "north" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 2, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "3", + "facing": "north" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 3, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "4", + "facing": "north" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 4, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "5", + "facing": "north" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 5, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "0", + "facing": "south" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 0, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "1", + "facing": "south" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 1, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "2", + "facing": "south" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 2, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "3", + "facing": "south" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 3, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "4", + "facing": "south" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 4, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "5", + "facing": "south" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 5, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "0", + "facing": "west" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 0, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "1", + "facing": "west" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 1, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "2", + "facing": "west" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 2, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "3", + "facing": "west" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 3, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "4", + "facing": "west" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 4, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "5", + "facing": "west" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 5, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "0", + "facing": "east" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 0, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "1", + "facing": "east" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 1, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "2", + "facing": "east" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 2, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "3", + "facing": "east" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 3, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "4", + "facing": "east" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 4, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "honey_level": "5", + "facing": "east" + }, + "Name": "minecraft:beehive" + }, + "bedrock_state": { + "bedrock_identifier": "beehive", + "state": { + "honey_level": 5, + "direction": 3 + } + } + }, + { + "java_state": { + "Name": "minecraft:honey_block" + }, + "bedrock_state": { + "bedrock_identifier": "honey_block" + } + }, + { + "java_state": { + "Name": "minecraft:honeycomb_block" + }, + "bedrock_state": { + "bedrock_identifier": "honeycomb_block" + } + }, + { + "java_state": { + "Name": "minecraft:netherite_block" + }, + "bedrock_state": { + "bedrock_identifier": "netherite_block" + } + }, + { + "java_state": { + "Name": "minecraft:ancient_debris" + }, + "bedrock_state": { + "bedrock_identifier": "ancient_debris" + } + }, + { + "java_state": { + "Name": "minecraft:crying_obsidian" + }, + "bedrock_state": { + "bedrock_identifier": "crying_obsidian" + } + }, + { + "java_state": { + "Properties": { + "charges": "0" + }, + "Name": "minecraft:respawn_anchor" + }, + "bedrock_state": { + "bedrock_identifier": "respawn_anchor", + "state": { + "respawn_anchor_charge": 0 + } + } + }, + { + "java_state": { + "Properties": { + "charges": "1" + }, + "Name": "minecraft:respawn_anchor" + }, + "bedrock_state": { + "bedrock_identifier": "respawn_anchor", + "state": { + "respawn_anchor_charge": 1 + } + } + }, + { + "java_state": { + "Properties": { + "charges": "2" + }, + "Name": "minecraft:respawn_anchor" + }, + "bedrock_state": { + "bedrock_identifier": "respawn_anchor", + "state": { + "respawn_anchor_charge": 2 + } + } + }, + { + "java_state": { + "Properties": { + "charges": "3" + }, + "Name": "minecraft:respawn_anchor" + }, + "bedrock_state": { + "bedrock_identifier": "respawn_anchor", + "state": { + "respawn_anchor_charge": 3 + } + } + }, + { + "java_state": { + "Properties": { + "charges": "4" + }, + "Name": "minecraft:respawn_anchor" + }, + "bedrock_state": { + "bedrock_identifier": "respawn_anchor", + "state": { + "respawn_anchor_charge": 4 + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_crimson_fungus" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_warped_fungus" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_crimson_roots" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_warped_roots" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:lodestone" + }, + "bedrock_state": { + "bedrock_identifier": "lodestone" + } + }, + { + "java_state": { + "Name": "minecraft:blackstone" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:blackstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:blackstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:blackstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:blackstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:blackstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:blackstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "blackstone_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Name": "minecraft:polished_blackstone" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone" + } + }, + { + "java_state": { + "Name": "minecraft:polished_blackstone_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_bricks" + } + }, + { + "java_state": { + "Name": "minecraft:cracked_polished_blackstone_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "cracked_polished_blackstone_bricks" + } + }, + { + "java_state": { + "Name": "minecraft:chiseled_polished_blackstone" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_polished_blackstone" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:polished_blackstone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:polished_blackstone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:polished_blackstone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:polished_blackstone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:polished_blackstone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:polished_blackstone_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Name": "minecraft:gilded_blackstone" + }, + "bedrock_state": { + "bedrock_identifier": "gilded_blackstone" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_blackstone_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:polished_blackstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:polished_blackstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:polished_blackstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:polished_blackstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:polished_blackstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:polished_blackstone_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true" + }, + "Name": "minecraft:polished_blackstone_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_pressure_plate", + "state": { + "redstone_signal": 15 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false" + }, + "Name": "minecraft:polished_blackstone_pressure_plate" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_pressure_plate", + "state": { + "redstone_signal": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "floor" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "floor" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "floor" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "floor" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 1, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 2, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "wall" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 3, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "wall" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 4, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "wall" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 5, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "ceiling" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "south", + "face": "ceiling" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "west", + "face": "ceiling" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "facing": "east", + "face": "ceiling" + }, + "Name": "minecraft:polished_blackstone_button" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_button", + "state": { + "facing_direction": 0, + "button_pressed_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_blackstone_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_blackstone_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Name": "minecraft:chiseled_nether_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_nether_bricks" + } + }, + { + "java_state": { + "Name": "minecraft:cracked_nether_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "cracked_nether_bricks" + } + }, + { + "java_state": { + "Name": "minecraft:quartz_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "quartz_bricks" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:candle" + }, + "bedrock_state": { + "bedrock_identifier": "candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:white_candle" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:orange_candle" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:magenta_candle" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:light_blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:yellow_candle" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:lime_candle" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:pink_candle" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:light_gray_candle" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:cyan_candle" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:purple_candle" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:blue_candle" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:brown_candle" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:green_candle" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:red_candle" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "1" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": true, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": false, + "candles": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "2" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": true, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "2" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": false, + "candles": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "3" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": true, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "3" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": false, + "candles": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "true", + "candles": "4" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": true, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "4" + }, + "Name": "minecraft:black_candle" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle", + "state": { + "lit": false, + "candles": 3 + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:white_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:white_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "white_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:orange_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:orange_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "orange_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:magenta_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:magenta_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "magenta_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:light_blue_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:light_blue_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "light_blue_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:yellow_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:yellow_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "yellow_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:lime_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:lime_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "lime_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:pink_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:pink_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "pink_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:gray_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:gray_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "gray_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:light_gray_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:light_gray_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "light_gray_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:cyan_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:cyan_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "cyan_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:purple_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:purple_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "purple_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:blue_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:blue_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "blue_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:brown_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:brown_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "brown_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:green_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:green_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "green_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:red_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:red_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "red_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "lit": "true" + }, + "Name": "minecraft:black_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle_cake", + "state": { + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "lit": "false" + }, + "Name": "minecraft:black_candle_cake" + }, + "bedrock_state": { + "bedrock_identifier": "black_candle_cake", + "state": { + "lit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:amethyst_block" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_block" + } + }, + { + "java_state": { + "Name": "minecraft:budding_amethyst" + }, + "bedrock_state": { + "bedrock_identifier": "budding_amethyst" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:amethyst_cluster" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_cluster", + "state": { + "minecraft:block_face": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:amethyst_cluster" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_cluster", + "state": { + "minecraft:block_face": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:amethyst_cluster" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_cluster", + "state": { + "minecraft:block_face": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:amethyst_cluster" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_cluster", + "state": { + "minecraft:block_face": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:amethyst_cluster" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_cluster", + "state": { + "minecraft:block_face": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:amethyst_cluster" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_cluster", + "state": { + "minecraft:block_face": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:amethyst_cluster" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_cluster", + "state": { + "minecraft:block_face": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:amethyst_cluster" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_cluster", + "state": { + "minecraft:block_face": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "up" + }, + "Name": "minecraft:amethyst_cluster" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_cluster", + "state": { + "minecraft:block_face": "up" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "up" + }, + "Name": "minecraft:amethyst_cluster" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_cluster", + "state": { + "minecraft:block_face": "up" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "down" + }, + "Name": "minecraft:amethyst_cluster" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_cluster", + "state": { + "minecraft:block_face": "down" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "down" + }, + "Name": "minecraft:amethyst_cluster" + }, + "bedrock_state": { + "bedrock_identifier": "amethyst_cluster", + "state": { + "minecraft:block_face": "down" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:large_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "large_amethyst_bud", + "state": { + "minecraft:block_face": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:large_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "large_amethyst_bud", + "state": { + "minecraft:block_face": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:large_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "large_amethyst_bud", + "state": { + "minecraft:block_face": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:large_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "large_amethyst_bud", + "state": { + "minecraft:block_face": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:large_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "large_amethyst_bud", + "state": { + "minecraft:block_face": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:large_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "large_amethyst_bud", + "state": { + "minecraft:block_face": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:large_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "large_amethyst_bud", + "state": { + "minecraft:block_face": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:large_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "large_amethyst_bud", + "state": { + "minecraft:block_face": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "up" + }, + "Name": "minecraft:large_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "large_amethyst_bud", + "state": { + "minecraft:block_face": "up" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "up" + }, + "Name": "minecraft:large_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "large_amethyst_bud", + "state": { + "minecraft:block_face": "up" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "down" + }, + "Name": "minecraft:large_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "large_amethyst_bud", + "state": { + "minecraft:block_face": "down" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "down" + }, + "Name": "minecraft:large_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "large_amethyst_bud", + "state": { + "minecraft:block_face": "down" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:medium_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "medium_amethyst_bud", + "state": { + "minecraft:block_face": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:medium_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "medium_amethyst_bud", + "state": { + "minecraft:block_face": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:medium_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "medium_amethyst_bud", + "state": { + "minecraft:block_face": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:medium_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "medium_amethyst_bud", + "state": { + "minecraft:block_face": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:medium_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "medium_amethyst_bud", + "state": { + "minecraft:block_face": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:medium_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "medium_amethyst_bud", + "state": { + "minecraft:block_face": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:medium_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "medium_amethyst_bud", + "state": { + "minecraft:block_face": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:medium_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "medium_amethyst_bud", + "state": { + "minecraft:block_face": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "up" + }, + "Name": "minecraft:medium_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "medium_amethyst_bud", + "state": { + "minecraft:block_face": "up" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "up" + }, + "Name": "minecraft:medium_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "medium_amethyst_bud", + "state": { + "minecraft:block_face": "up" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "down" + }, + "Name": "minecraft:medium_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "medium_amethyst_bud", + "state": { + "minecraft:block_face": "down" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "down" + }, + "Name": "minecraft:medium_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "medium_amethyst_bud", + "state": { + "minecraft:block_face": "down" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:small_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "small_amethyst_bud", + "state": { + "minecraft:block_face": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:small_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "small_amethyst_bud", + "state": { + "minecraft:block_face": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:small_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "small_amethyst_bud", + "state": { + "minecraft:block_face": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:small_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "small_amethyst_bud", + "state": { + "minecraft:block_face": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:small_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "small_amethyst_bud", + "state": { + "minecraft:block_face": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:small_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "small_amethyst_bud", + "state": { + "minecraft:block_face": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:small_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "small_amethyst_bud", + "state": { + "minecraft:block_face": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:small_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "small_amethyst_bud", + "state": { + "minecraft:block_face": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "up" + }, + "Name": "minecraft:small_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "small_amethyst_bud", + "state": { + "minecraft:block_face": "up" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "up" + }, + "Name": "minecraft:small_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "small_amethyst_bud", + "state": { + "minecraft:block_face": "up" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "down" + }, + "Name": "minecraft:small_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "small_amethyst_bud", + "state": { + "minecraft:block_face": "down" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "down" + }, + "Name": "minecraft:small_amethyst_bud" + }, + "bedrock_state": { + "bedrock_identifier": "small_amethyst_bud", + "state": { + "minecraft:block_face": "down" + } + } + }, + { + "java_state": { + "Name": "minecraft:tuff" + }, + "bedrock_state": { + "bedrock_identifier": "tuff" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:tuff_slab" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:tuff_slab" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:tuff_slab" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:tuff_slab" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:tuff_slab" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:tuff_slab" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Name": "minecraft:polished_tuff" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:polished_tuff_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:polished_tuff_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:polished_tuff_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:polished_tuff_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:polished_tuff_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:polished_tuff_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_tuff_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_tuff_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_tuff_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Name": "minecraft:chiseled_tuff" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_tuff" + } + }, + { + "java_state": { + "Name": "minecraft:tuff_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_bricks" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:tuff_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:tuff_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:tuff_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:tuff_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:tuff_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:tuff_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:tuff_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:tuff_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "tuff_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Name": "minecraft:chiseled_tuff_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_tuff_bricks" + } + }, + { + "java_state": { + "Name": "minecraft:calcite" + }, + "bedrock_state": { + "bedrock_identifier": "calcite" + } + }, + { + "java_state": { + "Name": "minecraft:tinted_glass" + }, + "bedrock_state": { + "bedrock_identifier": "tinted_glass" + } + }, + { + "java_state": { + "Name": "minecraft:powder_snow" + }, + "bedrock_state": { + "bedrock_identifier": "powder_snow" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "0" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "0" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "0" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "0" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "0" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "0" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "1" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "1" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "1" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "1" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "1" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "1" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "2" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "2" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "2" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "2" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "2" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "2" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "3" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "3" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "3" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "3" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "3" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "3" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "4" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "4" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "4" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "4" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "4" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "4" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "5" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "5" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "5" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "5" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "5" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "5" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "6" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "6" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "6" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "6" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "6" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "6" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "7" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "7" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "7" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "7" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "7" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "7" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "8" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "8" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "8" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "8" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "8" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "8" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "9" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "9" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "9" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "9" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "9" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "9" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "10" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "10" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "10" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "10" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "10" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "10" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "11" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "11" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "11" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "11" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "11" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "11" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "12" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "12" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "12" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "12" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "12" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "12" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "13" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "13" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "13" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "13" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "13" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "13" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "14" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "14" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "14" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "14" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "14" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "14" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "15" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "15" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "15" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "15" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "15" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "15" + }, + "Name": "minecraft:sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_sensor", + "state": { + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "0", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "0", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "0", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "0", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "0", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "0", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "1", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "1", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "1", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "1", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "1", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "1", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "2", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "2", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "2", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "2", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "2", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "2", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "3", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "3", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "3", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "3", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "3", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "3", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "4", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "4", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "4", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "4", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "4", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "4", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "5", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "5", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "5", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "5", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "5", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "5", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "6", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "6", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "6", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "6", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "6", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "6", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "7", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "7", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "7", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "7", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "7", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "7", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "8", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "8", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "8", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "8", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "8", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "8", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "9", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "9", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "9", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "9", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "9", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "9", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "10", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "10", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "10", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "10", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "10", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "10", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "11", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "11", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "11", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "11", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "11", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "11", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "12", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "12", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "12", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "12", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "12", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "12", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "13", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "13", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "13", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "13", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "13", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "13", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "14", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "14", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "14", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "14", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "14", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "14", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "15", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "15", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "15", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "15", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "15", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "15", + "facing": "north" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "north", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "0", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "0", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "0", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "0", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "0", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "0", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "1", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "1", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "1", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "1", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "1", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "1", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "2", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "2", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "2", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "2", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "2", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "2", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "3", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "3", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "3", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "3", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "3", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "3", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "4", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "4", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "4", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "4", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "4", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "4", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "5", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "5", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "5", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "5", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "5", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "5", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "6", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "6", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "6", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "6", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "6", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "6", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "7", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "7", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "7", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "7", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "7", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "7", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "8", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "8", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "8", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "8", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "8", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "8", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "9", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "9", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "9", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "9", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "9", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "9", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "10", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "10", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "10", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "10", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "10", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "10", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "11", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "11", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "11", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "11", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "11", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "11", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "12", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "12", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "12", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "12", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "12", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "12", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "13", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "13", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "13", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "13", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "13", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "13", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "14", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "14", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "14", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "14", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "14", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "14", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "15", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "15", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "15", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "15", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "15", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "15", + "facing": "south" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "south", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "0", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "0", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "0", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "0", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "0", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "0", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "1", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "1", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "1", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "1", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "1", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "1", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "2", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "2", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "2", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "2", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "2", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "2", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "3", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "3", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "3", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "3", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "3", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "3", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "4", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "4", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "4", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "4", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "4", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "4", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "5", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "5", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "5", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "5", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "5", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "5", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "6", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "6", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "6", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "6", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "6", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "6", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "7", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "7", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "7", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "7", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "7", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "7", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "8", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "8", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "8", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "8", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "8", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "8", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "9", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "9", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "9", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "9", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "9", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "9", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "10", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "10", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "10", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "10", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "10", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "10", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "11", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "11", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "11", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "11", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "11", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "11", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "12", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "12", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "12", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "12", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "12", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "12", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "13", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "13", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "13", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "13", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "13", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "13", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "14", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "14", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "14", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "14", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "14", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "14", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "15", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "15", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "15", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "15", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "15", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "15", + "facing": "west" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "west", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "0", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "0", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "0", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "0", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "0", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "0", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "1", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "1", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "1", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "1", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "1", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "1", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "2", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "2", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "2", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "2", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "2", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "2", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "3", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "3", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "3", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "3", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "3", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "3", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "4", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "4", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "4", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "4", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "4", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "4", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "5", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "5", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "5", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "5", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "5", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "5", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "6", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "6", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "6", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "6", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "6", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "6", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "7", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "7", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "7", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "7", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "7", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "7", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "8", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "8", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "8", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "8", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "8", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "8", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "9", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "9", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "9", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "9", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "9", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "9", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "10", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "10", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "10", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "10", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "10", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "10", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "11", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "11", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "11", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "11", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "11", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "11", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "12", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "12", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "12", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "12", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "12", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "12", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "13", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "13", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "13", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "13", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "13", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "13", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "14", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "14", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "14", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "14", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "14", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "14", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "inactive", + "power": "15", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "inactive", + "power": "15", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "active", + "power": "15", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "active", + "power": "15", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "sculk_sensor_phase": "cooldown", + "power": "15", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "sculk_sensor_phase": "cooldown", + "power": "15", + "facing": "east" + }, + "Name": "minecraft:calibrated_sculk_sensor" + }, + "bedrock_state": { + "bedrock_identifier": "calibrated_sculk_sensor", + "state": { + "minecraft:cardinal_direction": "east", + "sculk_sensor_phase": 2 + } + } + }, + { + "java_state": { + "Name": "minecraft:sculk" + }, + "bedrock_state": { + "bedrock_identifier": "sculk" + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 63 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 55 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 63 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 55 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 61 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 53 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 61 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 53 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 59 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 51 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 59 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 51 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 57 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 49 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 57 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 49 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 47 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 39 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 47 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 39 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 45 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 37 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 45 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 37 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 43 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 35 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 43 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 35 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 41 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 33 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 41 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 33 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 31 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 23 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 31 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 23 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 29 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 21 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 29 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 21 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 27 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 19 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 27 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 19 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 25 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 17 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 25 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 17 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 15 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 7 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 13 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 5 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 11 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 3 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 9 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "true" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 1 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 62 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 54 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 62 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 54 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 60 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 52 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 60 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 52 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 58 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 50 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 58 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 50 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 56 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 48 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 56 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 48 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 46 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 38 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 46 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 38 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 44 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 36 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 44 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 36 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 42 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 34 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 42 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 34 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 40 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 32 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 40 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "true", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 32 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 30 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 22 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 30 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 22 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 28 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 20 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 28 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 20 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 26 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 18 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 26 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 18 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 24 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 16 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 24 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "true", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 16 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 14 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 6 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 12 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "true", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 4 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 10 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "true", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 2 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "true", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 0 + } + } + }, + { + "java_state": { + "Properties": { + "west": "true", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 8 + } + } + }, + { + "java_state": { + "Properties": { + "west": "false", + "waterlogged": "false", + "up": "false", + "south": "false", + "north": "false", + "east": "false", + "down": "false" + }, + "Name": "minecraft:sculk_vein" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_vein", + "state": { + "multi_face_direction_bits": 0 + } + } + }, + { + "java_state": { + "Properties": { + "bloom": "true" + }, + "Name": "minecraft:sculk_catalyst" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_catalyst", + "state": { + "bloom": true + } + } + }, + { + "java_state": { + "Properties": { + "bloom": "false" + }, + "Name": "minecraft:sculk_catalyst" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_catalyst", + "state": { + "bloom": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shrieking": "true", + "can_summon": "true" + }, + "Name": "minecraft:sculk_shrieker" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_shrieker", + "state": { + "active": true, + "can_summon": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shrieking": "true", + "can_summon": "true" + }, + "Name": "minecraft:sculk_shrieker" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_shrieker", + "state": { + "active": true, + "can_summon": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shrieking": "false", + "can_summon": "true" + }, + "Name": "minecraft:sculk_shrieker" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_shrieker", + "state": { + "active": false, + "can_summon": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shrieking": "false", + "can_summon": "true" + }, + "Name": "minecraft:sculk_shrieker" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_shrieker", + "state": { + "active": false, + "can_summon": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shrieking": "true", + "can_summon": "false" + }, + "Name": "minecraft:sculk_shrieker" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_shrieker", + "state": { + "active": true, + "can_summon": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shrieking": "true", + "can_summon": "false" + }, + "Name": "minecraft:sculk_shrieker" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_shrieker", + "state": { + "active": true, + "can_summon": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shrieking": "false", + "can_summon": "false" + }, + "Name": "minecraft:sculk_shrieker" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_shrieker", + "state": { + "active": false, + "can_summon": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shrieking": "false", + "can_summon": "false" + }, + "Name": "minecraft:sculk_shrieker" + }, + "bedrock_state": { + "bedrock_identifier": "sculk_shrieker", + "state": { + "active": false, + "can_summon": false + } + } + }, + { + "java_state": { + "Name": "minecraft:copper_block" + }, + "bedrock_state": { + "bedrock_identifier": "copper_block" + } + }, + { + "java_state": { + "Name": "minecraft:exposed_copper" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper" + } + }, + { + "java_state": { + "Name": "minecraft:weathered_copper" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper" + } + }, + { + "java_state": { + "Name": "minecraft:oxidized_copper" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper" + } + }, + { + "java_state": { + "Name": "minecraft:copper_ore" + }, + "bedrock_state": { + "bedrock_identifier": "copper_ore" + } + }, + { + "java_state": { + "Name": "minecraft:deepslate_copper_ore" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_copper_ore" + } + }, + { + "java_state": { + "Name": "minecraft:oxidized_cut_copper" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper" + } + }, + { + "java_state": { + "Name": "minecraft:weathered_cut_copper" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper" + } + }, + { + "java_state": { + "Name": "minecraft:exposed_cut_copper" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper" + } + }, + { + "java_state": { + "Name": "minecraft:cut_copper" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper" + } + }, + { + "java_state": { + "Name": "minecraft:oxidized_chiseled_copper" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_chiseled_copper" + } + }, + { + "java_state": { + "Name": "minecraft:weathered_chiseled_copper" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_chiseled_copper" + } + }, + { + "java_state": { + "Name": "minecraft:exposed_chiseled_copper" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_chiseled_copper" + } + }, + { + "java_state": { + "Name": "minecraft:chiseled_copper" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_copper" + } + }, + { + "java_state": { + "Name": "minecraft:waxed_oxidized_chiseled_copper" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_chiseled_copper" + } + }, + { + "java_state": { + "Name": "minecraft:waxed_weathered_chiseled_copper" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_chiseled_copper" + } + }, + { + "java_state": { + "Name": "minecraft:waxed_exposed_chiseled_copper" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_chiseled_copper" + } + }, + { + "java_state": { + "Name": "minecraft:waxed_chiseled_copper" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_chiseled_copper" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:oxidized_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:oxidized_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:oxidized_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:oxidized_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:oxidized_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:oxidized_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:weathered_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:weathered_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:weathered_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:weathered_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:weathered_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:weathered_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:exposed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:exposed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:exposed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:exposed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:exposed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:exposed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Name": "minecraft:waxed_copper_block" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper" + } + }, + { + "java_state": { + "Name": "minecraft:waxed_weathered_copper" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper" + } + }, + { + "java_state": { + "Name": "minecraft:waxed_exposed_copper" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper" + } + }, + { + "java_state": { + "Name": "minecraft:waxed_oxidized_copper" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper" + } + }, + { + "java_state": { + "Name": "minecraft:waxed_oxidized_cut_copper" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper" + } + }, + { + "java_state": { + "Name": "minecraft:waxed_weathered_cut_copper" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper" + } + }, + { + "java_state": { + "Name": "minecraft:waxed_exposed_cut_copper" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper" + } + }, + { + "java_state": { + "Name": "minecraft:waxed_cut_copper" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_cut_copper_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:waxed_oxidized_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:waxed_weathered_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:waxed_weathered_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:waxed_weathered_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:waxed_weathered_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:waxed_weathered_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:waxed_weathered_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:waxed_exposed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:waxed_exposed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:waxed_exposed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:waxed_exposed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:waxed_exposed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:waxed_exposed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:waxed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:waxed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:waxed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:waxed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:waxed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:waxed_cut_copper_slab" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_double_cut_copper_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": true, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "left", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "true", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": true, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "open": "false", + "hinge": "right", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_door" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_door", + "state": { + "upper_block_bit": false, + "open_bit": false, + "door_hinge_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_exposed_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_oxidized_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": true, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "true", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": true, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "open": "false", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:waxed_weathered_copper_trapdoor" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_trapdoor", + "state": { + "open_bit": false, + "upside_down_bit": false, + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:exposed_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:exposed_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:weathered_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:weathered_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:oxidized_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:oxidized_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:waxed_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:waxed_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:waxed_exposed_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:waxed_exposed_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:waxed_weathered_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:waxed_weathered_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:waxed_oxidized_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:waxed_oxidized_copper_grate" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_grate" + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "true" + }, + "Name": "minecraft:copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "copper_bulb", + "state": { + "powered_bit": true, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "true" + }, + "Name": "minecraft:copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "copper_bulb", + "state": { + "powered_bit": false, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "false" + }, + "Name": "minecraft:copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "copper_bulb", + "state": { + "powered_bit": true, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "false" + }, + "Name": "minecraft:copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "copper_bulb", + "state": { + "powered_bit": false, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "true" + }, + "Name": "minecraft:exposed_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_bulb", + "state": { + "powered_bit": true, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "true" + }, + "Name": "minecraft:exposed_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_bulb", + "state": { + "powered_bit": false, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "false" + }, + "Name": "minecraft:exposed_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_bulb", + "state": { + "powered_bit": true, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "false" + }, + "Name": "minecraft:exposed_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "exposed_copper_bulb", + "state": { + "powered_bit": false, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "true" + }, + "Name": "minecraft:weathered_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_bulb", + "state": { + "powered_bit": true, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "true" + }, + "Name": "minecraft:weathered_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_bulb", + "state": { + "powered_bit": false, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "false" + }, + "Name": "minecraft:weathered_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_bulb", + "state": { + "powered_bit": true, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "false" + }, + "Name": "minecraft:weathered_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "weathered_copper_bulb", + "state": { + "powered_bit": false, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "true" + }, + "Name": "minecraft:oxidized_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_bulb", + "state": { + "powered_bit": true, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "true" + }, + "Name": "minecraft:oxidized_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_bulb", + "state": { + "powered_bit": false, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "false" + }, + "Name": "minecraft:oxidized_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_bulb", + "state": { + "powered_bit": true, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "false" + }, + "Name": "minecraft:oxidized_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "oxidized_copper_bulb", + "state": { + "powered_bit": false, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "true" + }, + "Name": "minecraft:waxed_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_bulb", + "state": { + "powered_bit": true, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "true" + }, + "Name": "minecraft:waxed_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_bulb", + "state": { + "powered_bit": false, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "false" + }, + "Name": "minecraft:waxed_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_bulb", + "state": { + "powered_bit": true, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "false" + }, + "Name": "minecraft:waxed_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_copper_bulb", + "state": { + "powered_bit": false, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "true" + }, + "Name": "minecraft:waxed_exposed_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_bulb", + "state": { + "powered_bit": true, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "true" + }, + "Name": "minecraft:waxed_exposed_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_bulb", + "state": { + "powered_bit": false, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "false" + }, + "Name": "minecraft:waxed_exposed_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_bulb", + "state": { + "powered_bit": true, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "false" + }, + "Name": "minecraft:waxed_exposed_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_exposed_copper_bulb", + "state": { + "powered_bit": false, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "true" + }, + "Name": "minecraft:waxed_weathered_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_bulb", + "state": { + "powered_bit": true, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "true" + }, + "Name": "minecraft:waxed_weathered_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_bulb", + "state": { + "powered_bit": false, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "false" + }, + "Name": "minecraft:waxed_weathered_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_bulb", + "state": { + "powered_bit": true, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "false" + }, + "Name": "minecraft:waxed_weathered_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_weathered_copper_bulb", + "state": { + "powered_bit": false, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "true" + }, + "Name": "minecraft:waxed_oxidized_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_bulb", + "state": { + "powered_bit": true, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "true" + }, + "Name": "minecraft:waxed_oxidized_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_bulb", + "state": { + "powered_bit": false, + "lit": true + } + } + }, + { + "java_state": { + "Properties": { + "powered": "true", + "lit": "false" + }, + "Name": "minecraft:waxed_oxidized_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_bulb", + "state": { + "powered_bit": true, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "powered": "false", + "lit": "false" + }, + "Name": "minecraft:waxed_oxidized_copper_bulb" + }, + "bedrock_state": { + "bedrock_identifier": "waxed_oxidized_copper_bulb", + "state": { + "powered_bit": false, + "lit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "facing": "north" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "facing": "north" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "facing": "north" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "facing": "north" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "facing": "east" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "facing": "east" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "facing": "east" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "facing": "east" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 5 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "facing": "south" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "facing": "south" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "facing": "south" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "facing": "south" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "facing": "west" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "facing": "west" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "facing": "west" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "facing": "west" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 4 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "facing": "up" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "facing": "up" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "facing": "up" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "facing": "up" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "true", + "facing": "down" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "true", + "facing": "down" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "powered": "false", + "facing": "down" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "powered": "false", + "facing": "down" + }, + "Name": "minecraft:lightning_rod" + }, + "bedrock_state": { + "bedrock_identifier": "lightning_rod", + "state": { + "facing_direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "vertical_direction": "up", + "thickness": "tip_merge" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": false, + "dripstone_thickness": "merge" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "vertical_direction": "up", + "thickness": "tip_merge" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": false, + "dripstone_thickness": "merge" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "vertical_direction": "down", + "thickness": "tip_merge" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": true, + "dripstone_thickness": "merge" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "vertical_direction": "down", + "thickness": "tip_merge" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": true, + "dripstone_thickness": "merge" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "vertical_direction": "up", + "thickness": "tip" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": false, + "dripstone_thickness": "tip" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "vertical_direction": "up", + "thickness": "tip" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": false, + "dripstone_thickness": "tip" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "vertical_direction": "down", + "thickness": "tip" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": true, + "dripstone_thickness": "tip" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "vertical_direction": "down", + "thickness": "tip" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": true, + "dripstone_thickness": "tip" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "vertical_direction": "up", + "thickness": "frustum" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": false, + "dripstone_thickness": "frustum" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "vertical_direction": "up", + "thickness": "frustum" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": false, + "dripstone_thickness": "frustum" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "vertical_direction": "down", + "thickness": "frustum" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": true, + "dripstone_thickness": "frustum" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "vertical_direction": "down", + "thickness": "frustum" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": true, + "dripstone_thickness": "frustum" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "vertical_direction": "up", + "thickness": "middle" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": false, + "dripstone_thickness": "middle" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "vertical_direction": "up", + "thickness": "middle" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": false, + "dripstone_thickness": "middle" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "vertical_direction": "down", + "thickness": "middle" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": true, + "dripstone_thickness": "middle" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "vertical_direction": "down", + "thickness": "middle" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": true, + "dripstone_thickness": "middle" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "vertical_direction": "up", + "thickness": "base" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": false, + "dripstone_thickness": "base" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "vertical_direction": "up", + "thickness": "base" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": false, + "dripstone_thickness": "base" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "vertical_direction": "down", + "thickness": "base" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": true, + "dripstone_thickness": "base" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "vertical_direction": "down", + "thickness": "base" + }, + "Name": "minecraft:pointed_dripstone" + }, + "bedrock_state": { + "bedrock_identifier": "pointed_dripstone", + "state": { + "hanging": true, + "dripstone_thickness": "base" + } + } + }, + { + "java_state": { + "Name": "minecraft:dripstone_block" + }, + "bedrock_state": { + "bedrock_identifier": "dripstone_block" + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "0" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "0" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "1" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "1" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 1 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "2" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "2" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 2 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "3" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "3" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 3 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "4" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "4" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 4 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "5" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "5" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 5 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "6" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "6" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 6 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "7" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "7" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 7 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "8" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "8" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 8 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "9" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "9" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 9 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "10" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "10" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 10 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "11" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "11" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 11 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "12" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "12" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 12 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "13" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "13" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 13 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "14" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "14" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 14 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "15" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "15" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 15 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "16" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 16 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "16" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 16 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "17" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 17 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "17" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 17 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "18" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 18 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "18" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 18 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "19" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 19 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "19" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 19 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "20" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 20 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "20" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 20 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "21" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 21 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "21" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 21 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "22" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 22 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "22" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 22 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "23" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 23 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "23" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 23 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "24" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 24 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "24" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 24 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true", + "age": "25" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_head_with_berries", + "state": { + "growing_plant_age": 25 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false", + "age": "25" + }, + "Name": "minecraft:cave_vines" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 25 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "true" + }, + "Name": "minecraft:cave_vines_plant" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines_body_with_berries", + "state": { + "growing_plant_age": 0 + } + } + }, + { + "java_state": { + "Properties": { + "berries": "false" + }, + "Name": "minecraft:cave_vines_plant" + }, + "bedrock_state": { + "bedrock_identifier": "cave_vines", + "state": { + "growing_plant_age": 0 + } + } + }, + { + "java_state": { + "Name": "minecraft:spore_blossom" + }, + "bedrock_state": { + "bedrock_identifier": "spore_blossom" + } + }, + { + "java_state": { + "Name": "minecraft:azalea" + }, + "bedrock_state": { + "bedrock_identifier": "azalea" + } + }, + { + "java_state": { + "Name": "minecraft:flowering_azalea" + }, + "bedrock_state": { + "bedrock_identifier": "flowering_azalea" + } + }, + { + "java_state": { + "Name": "minecraft:moss_carpet" + }, + "bedrock_state": { + "bedrock_identifier": "moss_carpet" + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "1", + "facing": "north" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "north", + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "2", + "facing": "north" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "north", + "growth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "3", + "facing": "north" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "north", + "growth": 2 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "4", + "facing": "north" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "north", + "growth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "1", + "facing": "south" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "south", + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "2", + "facing": "south" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "south", + "growth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "3", + "facing": "south" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "south", + "growth": 2 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "4", + "facing": "south" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "south", + "growth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "1", + "facing": "west" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "west", + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "2", + "facing": "west" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "west", + "growth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "3", + "facing": "west" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "west", + "growth": 2 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "4", + "facing": "west" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "west", + "growth": 3 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "1", + "facing": "east" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "east", + "growth": 0 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "2", + "facing": "east" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "east", + "growth": 1 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "3", + "facing": "east" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "east", + "growth": 2 + } + } + }, + { + "java_state": { + "Properties": { + "flower_amount": "4", + "facing": "east" + }, + "Name": "minecraft:pink_petals" + }, + "bedrock_state": { + "bedrock_identifier": "pink_petals", + "state": { + "minecraft:cardinal_direction": "east", + "growth": 3 + } + } + }, + { + "java_state": { + "Name": "minecraft:moss_block" + }, + "bedrock_state": { + "bedrock_identifier": "moss_block" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "none", + "facing": "north" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "none", + "facing": "north" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "unstable", + "facing": "north" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "unstable", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "unstable", + "facing": "north" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "unstable", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "partial", + "facing": "north" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "partial_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "partial", + "facing": "north" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "partial_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "full", + "facing": "north" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "full_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "full", + "facing": "north" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "full_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "none", + "facing": "south" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "none", + "facing": "south" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "unstable", + "facing": "south" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "unstable", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "unstable", + "facing": "south" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "unstable", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "partial", + "facing": "south" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "partial_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "partial", + "facing": "south" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "partial_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "full", + "facing": "south" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "full_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "full", + "facing": "south" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "full_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "none", + "facing": "west" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "none", + "facing": "west" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "unstable", + "facing": "west" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "unstable", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "unstable", + "facing": "west" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "unstable", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "partial", + "facing": "west" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "partial_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "partial", + "facing": "west" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "partial_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "full", + "facing": "west" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "full_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "full", + "facing": "west" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "full_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "none", + "facing": "east" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "none", + "facing": "east" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "unstable", + "facing": "east" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "unstable", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "unstable", + "facing": "east" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "unstable", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "partial", + "facing": "east" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "partial_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "partial", + "facing": "east" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "partial_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "tilt": "full", + "facing": "east" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "full_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "tilt": "full", + "facing": "east" + }, + "Name": "minecraft:big_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "full_tilt", + "big_dripleaf_head": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north" + }, + "Name": "minecraft:big_dripleaf_stem" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": false, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north" + }, + "Name": "minecraft:big_dripleaf_stem" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": false, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south" + }, + "Name": "minecraft:big_dripleaf_stem" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": false, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south" + }, + "Name": "minecraft:big_dripleaf_stem" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": false, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west" + }, + "Name": "minecraft:big_dripleaf_stem" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": false, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west" + }, + "Name": "minecraft:big_dripleaf_stem" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": false, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east" + }, + "Name": "minecraft:big_dripleaf_stem" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": false, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east" + }, + "Name": "minecraft:big_dripleaf_stem" + }, + "bedrock_state": { + "bedrock_identifier": "big_dripleaf", + "state": { + "big_dripleaf_tilt": "none", + "big_dripleaf_head": false, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "half": "upper", + "facing": "north" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": true, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": false, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "half": "lower", + "facing": "north" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": false, + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "half": "upper", + "facing": "south" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": true, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": false, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "half": "lower", + "facing": "south" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": false, + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "half": "upper", + "facing": "west" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": true, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": false, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "half": "lower", + "facing": "west" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": false, + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "half": "upper", + "facing": "east" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": true, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": false, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "half": "lower", + "facing": "east" + }, + "Name": "minecraft:small_dripleaf" + }, + "bedrock_state": { + "bedrock_identifier": "small_dripleaf_block", + "state": { + "upper_block_bit": false, + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:hanging_roots" + }, + "bedrock_state": { + "bedrock_identifier": "hanging_roots" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:hanging_roots" + }, + "bedrock_state": { + "bedrock_identifier": "hanging_roots" + } + }, + { + "java_state": { + "Name": "minecraft:rooted_dirt" + }, + "bedrock_state": { + "bedrock_identifier": "dirt_with_roots" + } + }, + { + "java_state": { + "Name": "minecraft:mud" + }, + "bedrock_state": { + "bedrock_identifier": "mud" + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:deepslate" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:deepslate" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:deepslate" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Name": "minecraft:cobbled_deepslate" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:cobbled_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:cobbled_deepslate_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:cobbled_deepslate_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:cobbled_deepslate_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:cobbled_deepslate_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:cobbled_deepslate_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:cobbled_deepslate_slab" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:cobbled_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "cobbled_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Name": "minecraft:polished_deepslate" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:polished_deepslate_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:polished_deepslate_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:polished_deepslate_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:polished_deepslate_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:polished_deepslate_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:polished_deepslate_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:polished_deepslate_slab" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:polished_deepslate_wall" + }, + "bedrock_state": { + "bedrock_identifier": "polished_deepslate_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Name": "minecraft:deepslate_tiles" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tiles" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_tile_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:deepslate_tile_slab" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:deepslate_tile_slab" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:deepslate_tile_slab" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:deepslate_tile_slab" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:deepslate_tile_slab" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:deepslate_tile_slab" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_tile_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_tile_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Name": "minecraft:deepslate_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_bricks" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "north" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 3, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "south" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 2, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "west" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 1, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "top", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": true + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "straight", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "inner_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_left", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "shape": "outer_right", + "half": "bottom", + "facing": "east" + }, + "Name": "minecraft:deepslate_brick_stairs" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_stairs", + "state": { + "weirdo_direction": 0, + "upside_down_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "top" + }, + "Name": "minecraft:deepslate_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "top" + }, + "Name": "minecraft:deepslate_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_slab", + "state": { + "minecraft:vertical_half": "top" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "bottom" + }, + "Name": "minecraft:deepslate_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "bottom" + }, + "Name": "minecraft:deepslate_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "type": "double" + }, + "Name": "minecraft:deepslate_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "type": "double" + }, + "Name": "minecraft:deepslate_brick_slab" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_double_slab", + "state": { + "minecraft:vertical_half": "bottom" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "none" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "none", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "low" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "short", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "none", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "none" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "low", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "short" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "none", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "none", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "low", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "short", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "true", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": true, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "true", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "none", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "none", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "low", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "short", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Properties": { + "west": "tall", + "waterlogged": "false", + "up": "false", + "south": "tall", + "north": "tall", + "east": "tall" + }, + "Name": "minecraft:deepslate_brick_wall" + }, + "bedrock_state": { + "bedrock_identifier": "deepslate_brick_wall", + "state": { + "wall_connection_type_east": "tall", + "wall_post_bit": false, + "wall_connection_type_south": "tall", + "wall_connection_type_west": "tall", + "wall_connection_type_north": "tall" + } + } + }, + { + "java_state": { + "Name": "minecraft:chiseled_deepslate" + }, + "bedrock_state": { + "bedrock_identifier": "chiseled_deepslate" + } + }, + { + "java_state": { + "Name": "minecraft:cracked_deepslate_bricks" + }, + "bedrock_state": { + "bedrock_identifier": "cracked_deepslate_bricks" + } + }, + { + "java_state": { + "Name": "minecraft:cracked_deepslate_tiles" + }, + "bedrock_state": { + "bedrock_identifier": "cracked_deepslate_tiles" + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:infested_deepslate" + }, + "bedrock_state": { + "bedrock_identifier": "infested_deepslate", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:infested_deepslate" + }, + "bedrock_state": { + "bedrock_identifier": "infested_deepslate", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:infested_deepslate" + }, + "bedrock_state": { + "bedrock_identifier": "infested_deepslate", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Name": "minecraft:smooth_basalt" + }, + "bedrock_state": { + "bedrock_identifier": "smooth_basalt" + } + }, + { + "java_state": { + "Name": "minecraft:raw_iron_block" + }, + "bedrock_state": { + "bedrock_identifier": "raw_iron_block" + } + }, + { + "java_state": { + "Name": "minecraft:raw_copper_block" + }, + "bedrock_state": { + "bedrock_identifier": "raw_copper_block" + } + }, + { + "java_state": { + "Name": "minecraft:raw_gold_block" + }, + "bedrock_state": { + "bedrock_identifier": "raw_gold_block" + } + }, + { + "java_state": { + "Name": "minecraft:potted_azalea_bush" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Name": "minecraft:potted_flowering_azalea_bush" + }, + "bedrock_state": { + "bedrock_identifier": "flower_pot", + "state": { + "update_bit": false + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:ochre_froglight" + }, + "bedrock_state": { + "bedrock_identifier": "ochre_froglight", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:ochre_froglight" + }, + "bedrock_state": { + "bedrock_identifier": "ochre_froglight", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:ochre_froglight" + }, + "bedrock_state": { + "bedrock_identifier": "ochre_froglight", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:verdant_froglight" + }, + "bedrock_state": { + "bedrock_identifier": "verdant_froglight", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:verdant_froglight" + }, + "bedrock_state": { + "bedrock_identifier": "verdant_froglight", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:verdant_froglight" + }, + "bedrock_state": { + "bedrock_identifier": "verdant_froglight", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "x" + }, + "Name": "minecraft:pearlescent_froglight" + }, + "bedrock_state": { + "bedrock_identifier": "pearlescent_froglight", + "state": { + "pillar_axis": "x" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:pearlescent_froglight" + }, + "bedrock_state": { + "bedrock_identifier": "pearlescent_froglight", + "state": { + "pillar_axis": "y" + } + } + }, + { + "java_state": { + "Properties": { + "axis": "z" + }, + "Name": "minecraft:pearlescent_froglight" + }, + "bedrock_state": { + "bedrock_identifier": "pearlescent_froglight", + "state": { + "pillar_axis": "z" + } + } + }, + { + "java_state": { + "Name": "minecraft:frogspawn" + }, + "bedrock_state": { + "bedrock_identifier": "frog_spawn" + } + }, + { + "java_state": { + "Name": "minecraft:reinforced_deepslate" + }, + "bedrock_state": { + "bedrock_identifier": "reinforced_deepslate" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north", + "cracked": "true" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north", + "cracked": "true" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south", + "cracked": "true" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south", + "cracked": "true" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west", + "cracked": "true" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west", + "cracked": "true" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east", + "cracked": "true" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east", + "cracked": "true" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "north", + "cracked": "false" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "north", + "cracked": "false" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 0 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "south", + "cracked": "false" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "south", + "cracked": "false" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 2 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "west", + "cracked": "false" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "west", + "cracked": "false" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 3 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true", + "facing": "east", + "cracked": "false" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false", + "facing": "east", + "cracked": "false" + }, + "Name": "minecraft:decorated_pot" + }, + "bedrock_state": { + "bedrock_identifier": "decorated_pot", + "state": { + "direction": 1 + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "down_east", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "down_east", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "down_east", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "down_east", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "down_north", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "down_north", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "down_north", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "down_north", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "down_south", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "down_south", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "down_south", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "down_south", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "down_west", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "down_west", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "down_west", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "down_west", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "up_east", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "up_east", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "up_east", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "up_east", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "up_north", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "up_north", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "up_north", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "up_north", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "up_south", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "up_south", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "up_south", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "up_south", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "up_west", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "up_west", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "up_west", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "up_west", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "west_up", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "west_up", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "west_up", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "west_up", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "east_up", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "east_up", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "east_up", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "east_up", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "north_up", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "north_up", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "north_up", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "north_up", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "south_up", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "south_up", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "south_up", + "crafting": "true" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "south_up", + "crafting": true + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "down_east", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "down_east", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "down_east", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "down_east", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "down_north", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "down_north", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "down_north", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "down_north", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "down_south", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "down_south", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "down_south", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "down_south", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "down_west", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "down_west", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "down_west", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "down_west", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "up_east", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "up_east", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "up_east", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "up_east", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "up_north", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "up_north", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "up_north", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "up_north", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "up_south", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "up_south", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "up_south", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "up_south", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "up_west", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "up_west", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "up_west", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "up_west", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "west_up", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "west_up", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "west_up", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "west_up", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "east_up", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "east_up", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "east_up", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "east_up", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "north_up", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "north_up", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "north_up", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "north_up", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "true", + "orientation": "south_up", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": true, + "orientation": "south_up", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "triggered": "false", + "orientation": "south_up", + "crafting": "false" + }, + "Name": "minecraft:crafter" + }, + "bedrock_state": { + "bedrock_identifier": "crafter", + "state": { + "triggered_bit": false, + "orientation": "south_up", + "crafting": false + } + } + }, + { + "java_state": { + "Properties": { + "trial_spawner_state": "inactive", + "ominous": "true" + }, + "Name": "minecraft:trial_spawner" + }, + "bedrock_state": { + "bedrock_identifier": "trial_spawner", + "state": { + "ominous": true, + "trial_spawner_state": 0 + } + } + }, + { + "java_state": { + "Properties": { + "trial_spawner_state": "waiting_for_players", + "ominous": "true" + }, + "Name": "minecraft:trial_spawner" + }, + "bedrock_state": { + "bedrock_identifier": "trial_spawner", + "state": { + "ominous": true, + "trial_spawner_state": 1 + } + } + }, + { + "java_state": { + "Properties": { + "trial_spawner_state": "active", + "ominous": "true" + }, + "Name": "minecraft:trial_spawner" + }, + "bedrock_state": { + "bedrock_identifier": "trial_spawner", + "state": { + "ominous": true, + "trial_spawner_state": 2 + } + } + }, + { + "java_state": { + "Properties": { + "trial_spawner_state": "waiting_for_reward_ejection", + "ominous": "true" + }, + "Name": "minecraft:trial_spawner" + }, + "bedrock_state": { + "bedrock_identifier": "trial_spawner", + "state": { + "ominous": true, + "trial_spawner_state": 3 + } + } + }, + { + "java_state": { + "Properties": { + "trial_spawner_state": "ejecting_reward", + "ominous": "true" + }, + "Name": "minecraft:trial_spawner" + }, + "bedrock_state": { + "bedrock_identifier": "trial_spawner", + "state": { + "ominous": true, + "trial_spawner_state": 4 + } + } + }, + { + "java_state": { + "Properties": { + "trial_spawner_state": "cooldown", + "ominous": "true" + }, + "Name": "minecraft:trial_spawner" + }, + "bedrock_state": { + "bedrock_identifier": "trial_spawner", + "state": { + "ominous": true, + "trial_spawner_state": 5 + } + } + }, + { + "java_state": { + "Properties": { + "trial_spawner_state": "inactive", + "ominous": "false" + }, + "Name": "minecraft:trial_spawner" + }, + "bedrock_state": { + "bedrock_identifier": "trial_spawner", + "state": { + "ominous": false, + "trial_spawner_state": 0 + } + } + }, + { + "java_state": { + "Properties": { + "trial_spawner_state": "waiting_for_players", + "ominous": "false" + }, + "Name": "minecraft:trial_spawner" + }, + "bedrock_state": { + "bedrock_identifier": "trial_spawner", + "state": { + "ominous": false, + "trial_spawner_state": 1 + } + } + }, + { + "java_state": { + "Properties": { + "trial_spawner_state": "active", + "ominous": "false" + }, + "Name": "minecraft:trial_spawner" + }, + "bedrock_state": { + "bedrock_identifier": "trial_spawner", + "state": { + "ominous": false, + "trial_spawner_state": 2 + } + } + }, + { + "java_state": { + "Properties": { + "trial_spawner_state": "waiting_for_reward_ejection", + "ominous": "false" + }, + "Name": "minecraft:trial_spawner" + }, + "bedrock_state": { + "bedrock_identifier": "trial_spawner", + "state": { + "ominous": false, + "trial_spawner_state": 3 + } + } + }, + { + "java_state": { + "Properties": { + "trial_spawner_state": "ejecting_reward", + "ominous": "false" + }, + "Name": "minecraft:trial_spawner" + }, + "bedrock_state": { + "bedrock_identifier": "trial_spawner", + "state": { + "ominous": false, + "trial_spawner_state": 4 + } + } + }, + { + "java_state": { + "Properties": { + "trial_spawner_state": "cooldown", + "ominous": "false" + }, + "Name": "minecraft:trial_spawner" + }, + "bedrock_state": { + "bedrock_identifier": "trial_spawner", + "state": { + "ominous": false, + "trial_spawner_state": 5 + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "inactive", + "ominous": "true", + "facing": "north" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "inactive", + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "active", + "ominous": "true", + "facing": "north" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "active", + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "unlocking", + "ominous": "true", + "facing": "north" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "unlocking", + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "ejecting", + "ominous": "true", + "facing": "north" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "ejecting", + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "inactive", + "ominous": "false", + "facing": "north" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "inactive", + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "active", + "ominous": "false", + "facing": "north" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "active", + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "unlocking", + "ominous": "false", + "facing": "north" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "unlocking", + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "ejecting", + "ominous": "false", + "facing": "north" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "ejecting", + "minecraft:cardinal_direction": "north" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "inactive", + "ominous": "true", + "facing": "south" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "inactive", + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "active", + "ominous": "true", + "facing": "south" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "active", + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "unlocking", + "ominous": "true", + "facing": "south" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "unlocking", + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "ejecting", + "ominous": "true", + "facing": "south" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "ejecting", + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "inactive", + "ominous": "false", + "facing": "south" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "inactive", + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "active", + "ominous": "false", + "facing": "south" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "active", + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "unlocking", + "ominous": "false", + "facing": "south" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "unlocking", + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "ejecting", + "ominous": "false", + "facing": "south" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "ejecting", + "minecraft:cardinal_direction": "south" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "inactive", + "ominous": "true", + "facing": "west" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "inactive", + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "active", + "ominous": "true", + "facing": "west" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "active", + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "unlocking", + "ominous": "true", + "facing": "west" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "unlocking", + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "ejecting", + "ominous": "true", + "facing": "west" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "ejecting", + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "inactive", + "ominous": "false", + "facing": "west" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "inactive", + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "active", + "ominous": "false", + "facing": "west" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "active", + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "unlocking", + "ominous": "false", + "facing": "west" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "unlocking", + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "ejecting", + "ominous": "false", + "facing": "west" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "ejecting", + "minecraft:cardinal_direction": "west" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "inactive", + "ominous": "true", + "facing": "east" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "inactive", + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "active", + "ominous": "true", + "facing": "east" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "active", + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "unlocking", + "ominous": "true", + "facing": "east" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "unlocking", + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "ejecting", + "ominous": "true", + "facing": "east" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": true, + "vault_state": "ejecting", + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "inactive", + "ominous": "false", + "facing": "east" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "inactive", + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "active", + "ominous": "false", + "facing": "east" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "active", + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "unlocking", + "ominous": "false", + "facing": "east" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "unlocking", + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "vault_state": "ejecting", + "ominous": "false", + "facing": "east" + }, + "Name": "minecraft:vault" + }, + "bedrock_state": { + "bedrock_identifier": "vault", + "state": { + "ominous": false, + "vault_state": "ejecting", + "minecraft:cardinal_direction": "east" + } + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "true" + }, + "Name": "minecraft:heavy_core" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_core" + } + }, + { + "java_state": { + "Properties": { + "waterlogged": "false" + }, + "Name": "minecraft:heavy_core" + }, + "bedrock_state": { + "bedrock_identifier": "heavy_core" + } + } + ], + "DataVersion": 3835 +} \ No newline at end of file diff --git a/platforms/allay/src/main/resources/mapping/items.json b/platforms/allay/src/main/resources/mapping/items.json new file mode 100644 index 000000000..3e25907e1 --- /dev/null +++ b/platforms/allay/src/main/resources/mapping/items.json @@ -0,0 +1,7347 @@ +{ + "minecraft:air": { + "bedrock_identifier": "minecraft:air", + "bedrock_data": 0 + }, + "minecraft:stone": { + "bedrock_identifier": "minecraft:stone", + "bedrock_data": 0, + "firstBlockRuntimeId": 1 + }, + "minecraft:granite": { + "bedrock_identifier": "minecraft:granite", + "bedrock_data": 1, + "firstBlockRuntimeId": 2 + }, + "minecraft:polished_granite": { + "bedrock_identifier": "minecraft:polished_granite", + "bedrock_data": 2, + "firstBlockRuntimeId": 3 + }, + "minecraft:diorite": { + "bedrock_identifier": "minecraft:diorite", + "bedrock_data": 3, + "firstBlockRuntimeId": 4 + }, + "minecraft:polished_diorite": { + "bedrock_identifier": "minecraft:polished_diorite", + "bedrock_data": 4, + "firstBlockRuntimeId": 5 + }, + "minecraft:andesite": { + "bedrock_identifier": "minecraft:andesite", + "bedrock_data": 5, + "firstBlockRuntimeId": 6 + }, + "minecraft:polished_andesite": { + "bedrock_identifier": "minecraft:polished_andesite", + "bedrock_data": 6, + "firstBlockRuntimeId": 7 + }, + "minecraft:deepslate": { + "bedrock_identifier": "minecraft:deepslate", + "bedrock_data": 0, + "firstBlockRuntimeId": 24904, + "lastBlockRuntimeId": 24906 + }, + "minecraft:cobbled_deepslate": { + "bedrock_identifier": "minecraft:cobbled_deepslate", + "bedrock_data": 0, + "firstBlockRuntimeId": 24907 + }, + "minecraft:polished_deepslate": { + "bedrock_identifier": "minecraft:polished_deepslate", + "bedrock_data": 0, + "firstBlockRuntimeId": 25318 + }, + "minecraft:calcite": { + "bedrock_identifier": "minecraft:calcite", + "bedrock_data": 0, + "firstBlockRuntimeId": 22316 + }, + "minecraft:tuff": { + "bedrock_identifier": "minecraft:tuff", + "bedrock_data": 0, + "firstBlockRuntimeId": 21081 + }, + "minecraft:tuff_slab": { + "bedrock_identifier": "minecraft:tuff_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 21082, + "lastBlockRuntimeId": 21087 + }, + "minecraft:tuff_stairs": { + "bedrock_identifier": "minecraft:tuff_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 21088, + "lastBlockRuntimeId": 21167 + }, + "minecraft:tuff_wall": { + "bedrock_identifier": "minecraft:tuff_wall", + "bedrock_data": 0, + "firstBlockRuntimeId": 21168, + "lastBlockRuntimeId": 21491 + }, + "minecraft:chiseled_tuff": { + "bedrock_identifier": "minecraft:chiseled_tuff", + "bedrock_data": 0, + "firstBlockRuntimeId": 21903 + }, + "minecraft:polished_tuff": { + "bedrock_identifier": "minecraft:polished_tuff", + "bedrock_data": 0, + "firstBlockRuntimeId": 21492 + }, + "minecraft:polished_tuff_slab": { + "bedrock_identifier": "minecraft:polished_tuff_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 21493, + "lastBlockRuntimeId": 21498 + }, + "minecraft:polished_tuff_stairs": { + "bedrock_identifier": "minecraft:polished_tuff_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 21499, + "lastBlockRuntimeId": 21578 + }, + "minecraft:polished_tuff_wall": { + "bedrock_identifier": "minecraft:polished_tuff_wall", + "bedrock_data": 0, + "firstBlockRuntimeId": 21579, + "lastBlockRuntimeId": 21902 + }, + "minecraft:tuff_bricks": { + "bedrock_identifier": "minecraft:tuff_bricks", + "bedrock_data": 0, + "firstBlockRuntimeId": 21904 + }, + "minecraft:tuff_brick_slab": { + "bedrock_identifier": "minecraft:tuff_brick_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 21905, + "lastBlockRuntimeId": 21910 + }, + "minecraft:tuff_brick_stairs": { + "bedrock_identifier": "minecraft:tuff_brick_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 21911, + "lastBlockRuntimeId": 21990 + }, + "minecraft:tuff_brick_wall": { + "bedrock_identifier": "minecraft:tuff_brick_wall", + "bedrock_data": 0, + "firstBlockRuntimeId": 21991, + "lastBlockRuntimeId": 22314 + }, + "minecraft:chiseled_tuff_bricks": { + "bedrock_identifier": "minecraft:chiseled_tuff_bricks", + "bedrock_data": 0, + "firstBlockRuntimeId": 22315 + }, + "minecraft:dripstone_block": { + "bedrock_identifier": "minecraft:dripstone_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 24768 + }, + "minecraft:grass_block": { + "bedrock_identifier": "minecraft:grass_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 8, + "lastBlockRuntimeId": 9 + }, + "minecraft:dirt": { + "bedrock_identifier": "minecraft:dirt", + "bedrock_data": 0, + "firstBlockRuntimeId": 10 + }, + "minecraft:coarse_dirt": { + "bedrock_identifier": "minecraft:dirt", + "bedrock_data": 1, + "firstBlockRuntimeId": 11 + }, + "minecraft:podzol": { + "bedrock_identifier": "minecraft:podzol", + "bedrock_data": 0, + "firstBlockRuntimeId": 12, + "lastBlockRuntimeId": 13 + }, + "minecraft:rooted_dirt": { + "bedrock_identifier": "minecraft:dirt_with_roots", + "bedrock_data": 0, + "firstBlockRuntimeId": 24902 + }, + "minecraft:mud": { + "bedrock_identifier": "minecraft:mud", + "bedrock_data": 0, + "firstBlockRuntimeId": 24903 + }, + "minecraft:crimson_nylium": { + "bedrock_identifier": "minecraft:crimson_nylium", + "bedrock_data": 0, + "firstBlockRuntimeId": 18608 + }, + "minecraft:warped_nylium": { + "bedrock_identifier": "minecraft:warped_nylium", + "bedrock_data": 0, + "firstBlockRuntimeId": 18591 + }, + "minecraft:cobblestone": { + "bedrock_identifier": "minecraft:cobblestone", + "bedrock_data": 0, + "firstBlockRuntimeId": 14 + }, + "minecraft:oak_planks": { + "bedrock_identifier": "minecraft:oak_planks", + "bedrock_data": 0, + "firstBlockRuntimeId": 15 + }, + "minecraft:spruce_planks": { + "bedrock_identifier": "minecraft:spruce_planks", + "bedrock_data": 1, + "firstBlockRuntimeId": 16 + }, + "minecraft:birch_planks": { + "bedrock_identifier": "minecraft:birch_planks", + "bedrock_data": 2, + "firstBlockRuntimeId": 17 + }, + "minecraft:jungle_planks": { + "bedrock_identifier": "minecraft:jungle_planks", + "bedrock_data": 3, + "firstBlockRuntimeId": 18 + }, + "minecraft:acacia_planks": { + "bedrock_identifier": "minecraft:acacia_planks", + "bedrock_data": 4, + "firstBlockRuntimeId": 19 + }, + "minecraft:cherry_planks": { + "bedrock_identifier": "minecraft:cherry_planks", + "bedrock_data": 0, + "firstBlockRuntimeId": 20 + }, + "minecraft:dark_oak_planks": { + "bedrock_identifier": "minecraft:dark_oak_planks", + "bedrock_data": 5, + "firstBlockRuntimeId": 21 + }, + "minecraft:mangrove_planks": { + "bedrock_identifier": "minecraft:mangrove_planks", + "bedrock_data": 0, + "firstBlockRuntimeId": 22 + }, + "minecraft:bamboo_planks": { + "bedrock_identifier": "minecraft:bamboo_planks", + "bedrock_data": 0, + "firstBlockRuntimeId": 23 + }, + "minecraft:crimson_planks": { + "bedrock_identifier": "minecraft:crimson_planks", + "bedrock_data": 0, + "firstBlockRuntimeId": 18666 + }, + "minecraft:warped_planks": { + "bedrock_identifier": "minecraft:warped_planks", + "bedrock_data": 0, + "firstBlockRuntimeId": 18667 + }, + "minecraft:bamboo_mosaic": { + "bedrock_identifier": "minecraft:bamboo_mosaic", + "bedrock_data": 0, + "firstBlockRuntimeId": 24 + }, + "minecraft:oak_sapling": { + "bedrock_identifier": "minecraft:oak_sapling", + "bedrock_data": 0, + "firstBlockRuntimeId": 25, + "lastBlockRuntimeId": 26 + }, + "minecraft:spruce_sapling": { + "bedrock_identifier": "minecraft:spruce_sapling", + "bedrock_data": 0, + "firstBlockRuntimeId": 27, + "lastBlockRuntimeId": 28 + }, + "minecraft:birch_sapling": { + "bedrock_identifier": "minecraft:birch_sapling", + "bedrock_data": 0, + "firstBlockRuntimeId": 29, + "lastBlockRuntimeId": 30 + }, + "minecraft:jungle_sapling": { + "bedrock_identifier": "minecraft:jungle_sapling", + "bedrock_data": 0, + "firstBlockRuntimeId": 31, + "lastBlockRuntimeId": 32 + }, + "minecraft:acacia_sapling": { + "bedrock_identifier": "minecraft:acacia_sapling", + "bedrock_data": 0, + "firstBlockRuntimeId": 33, + "lastBlockRuntimeId": 34 + }, + "minecraft:cherry_sapling": { + "bedrock_identifier": "minecraft:cherry_sapling", + "bedrock_data": 0, + "firstBlockRuntimeId": 35, + "lastBlockRuntimeId": 36 + }, + "minecraft:dark_oak_sapling": { + "bedrock_identifier": "minecraft:dark_oak_sapling", + "bedrock_data": 0, + "firstBlockRuntimeId": 37, + "lastBlockRuntimeId": 38 + }, + "minecraft:mangrove_propagule": { + "bedrock_identifier": "minecraft:mangrove_propagule", + "bedrock_data": 0, + "firstBlockRuntimeId": 39, + "lastBlockRuntimeId": 78 + }, + "minecraft:bedrock": { + "bedrock_identifier": "minecraft:bedrock", + "bedrock_data": 0, + "firstBlockRuntimeId": 79 + }, + "minecraft:sand": { + "bedrock_identifier": "minecraft:sand", + "bedrock_data": 0, + "firstBlockRuntimeId": 112 + }, + "minecraft:suspicious_sand": { + "bedrock_identifier": "minecraft:suspicious_sand", + "bedrock_data": 0, + "firstBlockRuntimeId": 113, + "lastBlockRuntimeId": 116 + }, + "minecraft:suspicious_gravel": { + "bedrock_identifier": "minecraft:suspicious_gravel", + "bedrock_data": 0, + "firstBlockRuntimeId": 119, + "lastBlockRuntimeId": 122 + }, + "minecraft:red_sand": { + "bedrock_identifier": "minecraft:sand", + "bedrock_data": 1, + "firstBlockRuntimeId": 117 + }, + "minecraft:gravel": { + "bedrock_identifier": "minecraft:gravel", + "bedrock_data": 0, + "firstBlockRuntimeId": 118 + }, + "minecraft:coal_ore": { + "bedrock_identifier": "minecraft:coal_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 127 + }, + "minecraft:deepslate_coal_ore": { + "bedrock_identifier": "minecraft:deepslate_coal_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 128 + }, + "minecraft:iron_ore": { + "bedrock_identifier": "minecraft:iron_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 125 + }, + "minecraft:deepslate_iron_ore": { + "bedrock_identifier": "minecraft:deepslate_iron_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 126 + }, + "minecraft:copper_ore": { + "bedrock_identifier": "minecraft:copper_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 22942 + }, + "minecraft:deepslate_copper_ore": { + "bedrock_identifier": "minecraft:deepslate_copper_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 22943 + }, + "minecraft:gold_ore": { + "bedrock_identifier": "minecraft:gold_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 123 + }, + "minecraft:deepslate_gold_ore": { + "bedrock_identifier": "minecraft:deepslate_gold_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 124 + }, + "minecraft:redstone_ore": { + "bedrock_identifier": "minecraft:redstone_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 5734, + "lastBlockRuntimeId": 5735 + }, + "minecraft:deepslate_redstone_ore": { + "bedrock_identifier": "minecraft:deepslate_redstone_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 5736, + "lastBlockRuntimeId": 5737 + }, + "minecraft:emerald_ore": { + "bedrock_identifier": "minecraft:emerald_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 7511 + }, + "minecraft:deepslate_emerald_ore": { + "bedrock_identifier": "minecraft:deepslate_emerald_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 7512 + }, + "minecraft:lapis_ore": { + "bedrock_identifier": "minecraft:lapis_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 520 + }, + "minecraft:deepslate_lapis_ore": { + "bedrock_identifier": "minecraft:deepslate_lapis_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 521 + }, + "minecraft:diamond_ore": { + "bedrock_identifier": "minecraft:diamond_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 4274 + }, + "minecraft:deepslate_diamond_ore": { + "bedrock_identifier": "minecraft:deepslate_diamond_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 4275 + }, + "minecraft:nether_gold_ore": { + "bedrock_identifier": "minecraft:nether_gold_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 129 + }, + "minecraft:nether_quartz_ore": { + "bedrock_identifier": "minecraft:quartz_ore", + "bedrock_data": 0, + "firstBlockRuntimeId": 9224 + }, + "minecraft:ancient_debris": { + "bedrock_identifier": "minecraft:ancient_debris", + "bedrock_data": 0, + "firstBlockRuntimeId": 19448 + }, + "minecraft:coal_block": { + "bedrock_identifier": "minecraft:coal_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 10745 + }, + "minecraft:raw_iron_block": { + "bedrock_identifier": "minecraft:raw_iron_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 26558 + }, + "minecraft:raw_copper_block": { + "bedrock_identifier": "minecraft:raw_copper_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 26559 + }, + "minecraft:raw_gold_block": { + "bedrock_identifier": "minecraft:raw_gold_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 26560 + }, + "minecraft:heavy_core": { + "bedrock_identifier": "minecraft:heavy_core", + "bedrock_data": 0, + "firstBlockRuntimeId": 26682, + "lastBlockRuntimeId": 26683 + }, + "minecraft:amethyst_block": { + "bedrock_identifier": "minecraft:amethyst_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 21031 + }, + "minecraft:budding_amethyst": { + "bedrock_identifier": "minecraft:budding_amethyst", + "bedrock_data": 0, + "firstBlockRuntimeId": 21032 + }, + "minecraft:iron_block": { + "bedrock_identifier": "minecraft:iron_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 2092 + }, + "minecraft:copper_block": { + "bedrock_identifier": "minecraft:copper_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 22938 + }, + "minecraft:gold_block": { + "bedrock_identifier": "minecraft:gold_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 2091 + }, + "minecraft:diamond_block": { + "bedrock_identifier": "minecraft:diamond_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 4276 + }, + "minecraft:netherite_block": { + "bedrock_identifier": "minecraft:netherite_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 19447 + }, + "minecraft:exposed_copper": { + "bedrock_identifier": "minecraft:exposed_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22939 + }, + "minecraft:weathered_copper": { + "bedrock_identifier": "minecraft:weathered_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22940 + }, + "minecraft:oxidized_copper": { + "bedrock_identifier": "minecraft:oxidized_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22941 + }, + "minecraft:chiseled_copper": { + "bedrock_identifier": "minecraft:chiseled_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22951 + }, + "minecraft:exposed_chiseled_copper": { + "bedrock_identifier": "minecraft:exposed_chiseled_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22950 + }, + "minecraft:weathered_chiseled_copper": { + "bedrock_identifier": "minecraft:weathered_chiseled_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22949 + }, + "minecraft:oxidized_chiseled_copper": { + "bedrock_identifier": "minecraft:oxidized_chiseled_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22948 + }, + "minecraft:cut_copper": { + "bedrock_identifier": "minecraft:cut_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22947 + }, + "minecraft:exposed_cut_copper": { + "bedrock_identifier": "minecraft:exposed_cut_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22946 + }, + "minecraft:weathered_cut_copper": { + "bedrock_identifier": "minecraft:weathered_cut_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22945 + }, + "minecraft:oxidized_cut_copper": { + "bedrock_identifier": "minecraft:oxidized_cut_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22944 + }, + "minecraft:cut_copper_stairs": { + "bedrock_identifier": "minecraft:cut_copper_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 23196, + "lastBlockRuntimeId": 23275 + }, + "minecraft:exposed_cut_copper_stairs": { + "bedrock_identifier": "minecraft:exposed_cut_copper_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 23116, + "lastBlockRuntimeId": 23195 + }, + "minecraft:weathered_cut_copper_stairs": { + "bedrock_identifier": "minecraft:weathered_cut_copper_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 23036, + "lastBlockRuntimeId": 23115 + }, + "minecraft:oxidized_cut_copper_stairs": { + "bedrock_identifier": "minecraft:oxidized_cut_copper_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 22956, + "lastBlockRuntimeId": 23035 + }, + "minecraft:cut_copper_slab": { + "bedrock_identifier": "minecraft:cut_copper_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 23294, + "lastBlockRuntimeId": 23299 + }, + "minecraft:exposed_cut_copper_slab": { + "bedrock_identifier": "minecraft:exposed_cut_copper_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 23288, + "lastBlockRuntimeId": 23293 + }, + "minecraft:weathered_cut_copper_slab": { + "bedrock_identifier": "minecraft:weathered_cut_copper_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 23282, + "lastBlockRuntimeId": 23287 + }, + "minecraft:oxidized_cut_copper_slab": { + "bedrock_identifier": "minecraft:oxidized_cut_copper_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 23276, + "lastBlockRuntimeId": 23281 + }, + "minecraft:waxed_copper_block": { + "bedrock_identifier": "minecraft:waxed_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 23300 + }, + "minecraft:waxed_exposed_copper": { + "bedrock_identifier": "minecraft:waxed_exposed_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 23302 + }, + "minecraft:waxed_weathered_copper": { + "bedrock_identifier": "minecraft:waxed_weathered_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 23301 + }, + "minecraft:waxed_oxidized_copper": { + "bedrock_identifier": "minecraft:waxed_oxidized_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 23303 + }, + "minecraft:waxed_chiseled_copper": { + "bedrock_identifier": "minecraft:waxed_chiseled_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22955 + }, + "minecraft:waxed_exposed_chiseled_copper": { + "bedrock_identifier": "minecraft:waxed_exposed_chiseled_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22954 + }, + "minecraft:waxed_weathered_chiseled_copper": { + "bedrock_identifier": "minecraft:waxed_weathered_chiseled_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22953 + }, + "minecraft:waxed_oxidized_chiseled_copper": { + "bedrock_identifier": "minecraft:waxed_oxidized_chiseled_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 22952 + }, + "minecraft:waxed_cut_copper": { + "bedrock_identifier": "minecraft:waxed_cut_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 23307 + }, + "minecraft:waxed_exposed_cut_copper": { + "bedrock_identifier": "minecraft:waxed_exposed_cut_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 23306 + }, + "minecraft:waxed_weathered_cut_copper": { + "bedrock_identifier": "minecraft:waxed_weathered_cut_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 23305 + }, + "minecraft:waxed_oxidized_cut_copper": { + "bedrock_identifier": "minecraft:waxed_oxidized_cut_copper", + "bedrock_data": 0, + "firstBlockRuntimeId": 23304 + }, + "minecraft:waxed_cut_copper_stairs": { + "bedrock_identifier": "minecraft:waxed_cut_copper_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 23548, + "lastBlockRuntimeId": 23627 + }, + "minecraft:waxed_exposed_cut_copper_stairs": { + "bedrock_identifier": "minecraft:waxed_exposed_cut_copper_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 23468, + "lastBlockRuntimeId": 23547 + }, + "minecraft:waxed_weathered_cut_copper_stairs": { + "bedrock_identifier": "minecraft:waxed_weathered_cut_copper_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 23388, + "lastBlockRuntimeId": 23467 + }, + "minecraft:waxed_oxidized_cut_copper_stairs": { + "bedrock_identifier": "minecraft:waxed_oxidized_cut_copper_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 23308, + "lastBlockRuntimeId": 23387 + }, + "minecraft:waxed_cut_copper_slab": { + "bedrock_identifier": "minecraft:waxed_cut_copper_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 23646, + "lastBlockRuntimeId": 23651 + }, + "minecraft:waxed_exposed_cut_copper_slab": { + "bedrock_identifier": "minecraft:waxed_exposed_cut_copper_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 23640, + "lastBlockRuntimeId": 23645 + }, + "minecraft:waxed_weathered_cut_copper_slab": { + "bedrock_identifier": "minecraft:waxed_weathered_cut_copper_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 23634, + "lastBlockRuntimeId": 23639 + }, + "minecraft:waxed_oxidized_cut_copper_slab": { + "bedrock_identifier": "minecraft:waxed_oxidized_cut_copper_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 23628, + "lastBlockRuntimeId": 23633 + }, + "minecraft:oak_log": { + "bedrock_identifier": "minecraft:oak_log", + "bedrock_data": 0, + "firstBlockRuntimeId": 130, + "lastBlockRuntimeId": 132 + }, + "minecraft:spruce_log": { + "bedrock_identifier": "minecraft:spruce_log", + "bedrock_data": 1, + "firstBlockRuntimeId": 133, + "lastBlockRuntimeId": 135 + }, + "minecraft:birch_log": { + "bedrock_identifier": "minecraft:birch_log", + "bedrock_data": 2, + "firstBlockRuntimeId": 136, + "lastBlockRuntimeId": 138 + }, + "minecraft:jungle_log": { + "bedrock_identifier": "minecraft:jungle_log", + "bedrock_data": 3, + "firstBlockRuntimeId": 139, + "lastBlockRuntimeId": 141 + }, + "minecraft:acacia_log": { + "bedrock_identifier": "minecraft:acacia_log", + "bedrock_data": 0, + "firstBlockRuntimeId": 142, + "lastBlockRuntimeId": 144 + }, + "minecraft:cherry_log": { + "bedrock_identifier": "minecraft:cherry_log", + "bedrock_data": 0, + "firstBlockRuntimeId": 145, + "lastBlockRuntimeId": 147 + }, + "minecraft:dark_oak_log": { + "bedrock_identifier": "minecraft:dark_oak_log", + "bedrock_data": 1, + "firstBlockRuntimeId": 148, + "lastBlockRuntimeId": 150 + }, + "minecraft:mangrove_log": { + "bedrock_identifier": "minecraft:mangrove_log", + "bedrock_data": 0, + "firstBlockRuntimeId": 151, + "lastBlockRuntimeId": 153 + }, + "minecraft:mangrove_roots": { + "bedrock_identifier": "minecraft:mangrove_roots", + "bedrock_data": 0, + "firstBlockRuntimeId": 154, + "lastBlockRuntimeId": 155 + }, + "minecraft:muddy_mangrove_roots": { + "bedrock_identifier": "minecraft:muddy_mangrove_roots", + "bedrock_data": 0, + "firstBlockRuntimeId": 156, + "lastBlockRuntimeId": 158 + }, + "minecraft:crimson_stem": { + "bedrock_identifier": "minecraft:crimson_stem", + "bedrock_data": 0, + "firstBlockRuntimeId": 18596, + "lastBlockRuntimeId": 18598 + }, + "minecraft:warped_stem": { + "bedrock_identifier": "minecraft:warped_stem", + "bedrock_data": 0, + "firstBlockRuntimeId": 18579, + "lastBlockRuntimeId": 18581 + }, + "minecraft:bamboo_block": { + "bedrock_identifier": "minecraft:bamboo_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 159, + "lastBlockRuntimeId": 161 + }, + "minecraft:stripped_oak_log": { + "bedrock_identifier": "minecraft:stripped_oak_log", + "bedrock_data": 0, + "firstBlockRuntimeId": 180, + "lastBlockRuntimeId": 182 + }, + "minecraft:stripped_spruce_log": { + "bedrock_identifier": "minecraft:stripped_spruce_log", + "bedrock_data": 0, + "firstBlockRuntimeId": 162, + "lastBlockRuntimeId": 164 + }, + "minecraft:stripped_birch_log": { + "bedrock_identifier": "minecraft:stripped_birch_log", + "bedrock_data": 0, + "firstBlockRuntimeId": 165, + "lastBlockRuntimeId": 167 + }, + "minecraft:stripped_jungle_log": { + "bedrock_identifier": "minecraft:stripped_jungle_log", + "bedrock_data": 0, + "firstBlockRuntimeId": 168, + "lastBlockRuntimeId": 170 + }, + "minecraft:stripped_acacia_log": { + "bedrock_identifier": "minecraft:stripped_acacia_log", + "bedrock_data": 0, + "firstBlockRuntimeId": 171, + "lastBlockRuntimeId": 173 + }, + "minecraft:stripped_cherry_log": { + "bedrock_identifier": "minecraft:stripped_cherry_log", + "bedrock_data": 0, + "firstBlockRuntimeId": 174, + "lastBlockRuntimeId": 176 + }, + "minecraft:stripped_dark_oak_log": { + "bedrock_identifier": "minecraft:stripped_dark_oak_log", + "bedrock_data": 0, + "firstBlockRuntimeId": 177, + "lastBlockRuntimeId": 179 + }, + "minecraft:stripped_mangrove_log": { + "bedrock_identifier": "minecraft:stripped_mangrove_log", + "bedrock_data": 0, + "firstBlockRuntimeId": 183, + "lastBlockRuntimeId": 185 + }, + "minecraft:stripped_crimson_stem": { + "bedrock_identifier": "minecraft:stripped_crimson_stem", + "bedrock_data": 0, + "firstBlockRuntimeId": 18599, + "lastBlockRuntimeId": 18601 + }, + "minecraft:stripped_warped_stem": { + "bedrock_identifier": "minecraft:stripped_warped_stem", + "bedrock_data": 0, + "firstBlockRuntimeId": 18582, + "lastBlockRuntimeId": 18584 + }, + "minecraft:stripped_oak_wood": { + "bedrock_identifier": "minecraft:stripped_oak_wood", + "bedrock_data": 8, + "firstBlockRuntimeId": 213, + "lastBlockRuntimeId": 215 + }, + "minecraft:stripped_spruce_wood": { + "bedrock_identifier": "minecraft:stripped_spruce_wood", + "bedrock_data": 9, + "firstBlockRuntimeId": 216, + "lastBlockRuntimeId": 218 + }, + "minecraft:stripped_birch_wood": { + "bedrock_identifier": "minecraft:stripped_birch_wood", + "bedrock_data": 10, + "firstBlockRuntimeId": 219, + "lastBlockRuntimeId": 221 + }, + "minecraft:stripped_jungle_wood": { + "bedrock_identifier": "minecraft:stripped_jungle_wood", + "bedrock_data": 11, + "firstBlockRuntimeId": 222, + "lastBlockRuntimeId": 224 + }, + "minecraft:stripped_acacia_wood": { + "bedrock_identifier": "minecraft:stripped_acacia_wood", + "bedrock_data": 12, + "firstBlockRuntimeId": 225, + "lastBlockRuntimeId": 227 + }, + "minecraft:stripped_cherry_wood": { + "bedrock_identifier": "minecraft:stripped_cherry_wood", + "bedrock_data": 0, + "firstBlockRuntimeId": 228, + "lastBlockRuntimeId": 230 + }, + "minecraft:stripped_dark_oak_wood": { + "bedrock_identifier": "minecraft:stripped_dark_oak_wood", + "bedrock_data": 13, + "firstBlockRuntimeId": 231, + "lastBlockRuntimeId": 233 + }, + "minecraft:stripped_mangrove_wood": { + "bedrock_identifier": "minecraft:stripped_mangrove_wood", + "bedrock_data": 0, + "firstBlockRuntimeId": 234, + "lastBlockRuntimeId": 236 + }, + "minecraft:stripped_crimson_hyphae": { + "bedrock_identifier": "minecraft:stripped_crimson_hyphae", + "bedrock_data": 0, + "firstBlockRuntimeId": 18605, + "lastBlockRuntimeId": 18607 + }, + "minecraft:stripped_warped_hyphae": { + "bedrock_identifier": "minecraft:stripped_warped_hyphae", + "bedrock_data": 0, + "firstBlockRuntimeId": 18588, + "lastBlockRuntimeId": 18590 + }, + "minecraft:stripped_bamboo_block": { + "bedrock_identifier": "minecraft:stripped_bamboo_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 186, + "lastBlockRuntimeId": 188 + }, + "minecraft:oak_wood": { + "bedrock_identifier": "minecraft:oak_wood", + "bedrock_data": 0, + "firstBlockRuntimeId": 189, + "lastBlockRuntimeId": 191 + }, + "minecraft:spruce_wood": { + "bedrock_identifier": "minecraft:spruce_wood", + "bedrock_data": 1, + "firstBlockRuntimeId": 192, + "lastBlockRuntimeId": 194 + }, + "minecraft:birch_wood": { + "bedrock_identifier": "minecraft:birch_wood", + "bedrock_data": 2, + "firstBlockRuntimeId": 195, + "lastBlockRuntimeId": 197 + }, + "minecraft:jungle_wood": { + "bedrock_identifier": "minecraft:jungle_wood", + "bedrock_data": 3, + "firstBlockRuntimeId": 198, + "lastBlockRuntimeId": 200 + }, + "minecraft:acacia_wood": { + "bedrock_identifier": "minecraft:acacia_wood", + "bedrock_data": 4, + "firstBlockRuntimeId": 201, + "lastBlockRuntimeId": 203 + }, + "minecraft:cherry_wood": { + "bedrock_identifier": "minecraft:cherry_wood", + "bedrock_data": 0, + "firstBlockRuntimeId": 204, + "lastBlockRuntimeId": 206 + }, + "minecraft:dark_oak_wood": { + "bedrock_identifier": "minecraft:dark_oak_wood", + "bedrock_data": 5, + "firstBlockRuntimeId": 207, + "lastBlockRuntimeId": 209 + }, + "minecraft:mangrove_wood": { + "bedrock_identifier": "minecraft:mangrove_wood", + "bedrock_data": 0, + "firstBlockRuntimeId": 210, + "lastBlockRuntimeId": 212 + }, + "minecraft:crimson_hyphae": { + "bedrock_identifier": "minecraft:crimson_hyphae", + "bedrock_data": 0, + "firstBlockRuntimeId": 18602, + "lastBlockRuntimeId": 18604 + }, + "minecraft:warped_hyphae": { + "bedrock_identifier": "minecraft:warped_hyphae", + "bedrock_data": 0, + "firstBlockRuntimeId": 18585, + "lastBlockRuntimeId": 18587 + }, + "minecraft:oak_leaves": { + "bedrock_identifier": "minecraft:oak_leaves", + "bedrock_data": 0, + "firstBlockRuntimeId": 237, + "lastBlockRuntimeId": 264 + }, + "minecraft:spruce_leaves": { + "bedrock_identifier": "minecraft:spruce_leaves", + "bedrock_data": 1, + "firstBlockRuntimeId": 265, + "lastBlockRuntimeId": 292 + }, + "minecraft:birch_leaves": { + "bedrock_identifier": "minecraft:birch_leaves", + "bedrock_data": 2, + "firstBlockRuntimeId": 293, + "lastBlockRuntimeId": 320 + }, + "minecraft:jungle_leaves": { + "bedrock_identifier": "minecraft:jungle_leaves", + "bedrock_data": 3, + "firstBlockRuntimeId": 321, + "lastBlockRuntimeId": 348 + }, + "minecraft:acacia_leaves": { + "bedrock_identifier": "minecraft:acacia_leaves", + "bedrock_data": 0, + "firstBlockRuntimeId": 349, + "lastBlockRuntimeId": 376 + }, + "minecraft:cherry_leaves": { + "bedrock_identifier": "minecraft:cherry_leaves", + "bedrock_data": 0, + "firstBlockRuntimeId": 377, + "lastBlockRuntimeId": 404 + }, + "minecraft:dark_oak_leaves": { + "bedrock_identifier": "minecraft:dark_oak_leaves", + "bedrock_data": 1, + "firstBlockRuntimeId": 405, + "lastBlockRuntimeId": 432 + }, + "minecraft:mangrove_leaves": { + "bedrock_identifier": "minecraft:mangrove_leaves", + "bedrock_data": 0, + "firstBlockRuntimeId": 433, + "lastBlockRuntimeId": 460 + }, + "minecraft:azalea_leaves": { + "bedrock_identifier": "minecraft:azalea_leaves", + "bedrock_data": 0, + "firstBlockRuntimeId": 461, + "lastBlockRuntimeId": 488 + }, + "minecraft:flowering_azalea_leaves": { + "bedrock_identifier": "minecraft:azalea_leaves_flowered", + "bedrock_data": 0, + "firstBlockRuntimeId": 489, + "lastBlockRuntimeId": 516 + }, + "minecraft:sponge": { + "bedrock_identifier": "minecraft:sponge", + "bedrock_data": 0, + "firstBlockRuntimeId": 517 + }, + "minecraft:wet_sponge": { + "bedrock_identifier": "minecraft:sponge", + "bedrock_data": 1, + "firstBlockRuntimeId": 518 + }, + "minecraft:glass": { + "bedrock_identifier": "minecraft:glass", + "bedrock_data": 0, + "firstBlockRuntimeId": 519 + }, + "minecraft:tinted_glass": { + "bedrock_identifier": "minecraft:tinted_glass", + "bedrock_data": 0, + "firstBlockRuntimeId": 22317 + }, + "minecraft:lapis_block": { + "bedrock_identifier": "minecraft:lapis_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 522 + }, + "minecraft:sandstone": { + "bedrock_identifier": "minecraft:sandstone", + "bedrock_data": 0, + "firstBlockRuntimeId": 535 + }, + "minecraft:chiseled_sandstone": { + "bedrock_identifier": "minecraft:sandstone", + "bedrock_data": 1, + "firstBlockRuntimeId": 536 + }, + "minecraft:cut_sandstone": { + "bedrock_identifier": "minecraft:sandstone", + "bedrock_data": 2, + "firstBlockRuntimeId": 537 + }, + "minecraft:cobweb": { + "bedrock_identifier": "minecraft:web", + "bedrock_data": 0, + "firstBlockRuntimeId": 2004 + }, + "minecraft:short_grass": { + "bedrock_identifier": "minecraft:tallgrass", + "bedrock_data": 0, + "firstBlockRuntimeId": 2005 + }, + "minecraft:fern": { + "bedrock_identifier": "minecraft:fern", + "bedrock_data": 0, + "firstBlockRuntimeId": 2006 + }, + "minecraft:azalea": { + "bedrock_identifier": "minecraft:azalea", + "bedrock_data": 0, + "firstBlockRuntimeId": 24824 + }, + "minecraft:flowering_azalea": { + "bedrock_identifier": "minecraft:flowering_azalea", + "bedrock_data": 0, + "firstBlockRuntimeId": 24825 + }, + "minecraft:dead_bush": { + "bedrock_identifier": "minecraft:deadbush", + "bedrock_data": 0, + "firstBlockRuntimeId": 2007 + }, + "minecraft:seagrass": { + "bedrock_identifier": "minecraft:seagrass", + "bedrock_data": 0, + "firstBlockRuntimeId": 2008 + }, + "minecraft:sea_pickle": { + "bedrock_identifier": "minecraft:sea_pickle", + "bedrock_data": 0, + "firstBlockRuntimeId": 12933, + "lastBlockRuntimeId": 12940 + }, + "minecraft:white_wool": { + "bedrock_identifier": "minecraft:white_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2047 + }, + "minecraft:orange_wool": { + "bedrock_identifier": "minecraft:orange_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2048 + }, + "minecraft:magenta_wool": { + "bedrock_identifier": "minecraft:magenta_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2049 + }, + "minecraft:light_blue_wool": { + "bedrock_identifier": "minecraft:light_blue_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2050 + }, + "minecraft:yellow_wool": { + "bedrock_identifier": "minecraft:yellow_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2051 + }, + "minecraft:lime_wool": { + "bedrock_identifier": "minecraft:lime_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2052 + }, + "minecraft:pink_wool": { + "bedrock_identifier": "minecraft:pink_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2053 + }, + "minecraft:gray_wool": { + "bedrock_identifier": "minecraft:gray_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2054 + }, + "minecraft:light_gray_wool": { + "bedrock_identifier": "minecraft:light_gray_wool", + "bedrock_data": 8, + "firstBlockRuntimeId": 2055 + }, + "minecraft:cyan_wool": { + "bedrock_identifier": "minecraft:cyan_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2056 + }, + "minecraft:purple_wool": { + "bedrock_identifier": "minecraft:purple_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2057 + }, + "minecraft:blue_wool": { + "bedrock_identifier": "minecraft:blue_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2058 + }, + "minecraft:brown_wool": { + "bedrock_identifier": "minecraft:brown_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2059 + }, + "minecraft:green_wool": { + "bedrock_identifier": "minecraft:green_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2060 + }, + "minecraft:red_wool": { + "bedrock_identifier": "minecraft:red_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2061 + }, + "minecraft:black_wool": { + "bedrock_identifier": "minecraft:black_wool", + "bedrock_data": 0, + "firstBlockRuntimeId": 2062 + }, + "minecraft:dandelion": { + "bedrock_identifier": "minecraft:yellow_flower", + "bedrock_data": 0, + "firstBlockRuntimeId": 2075 + }, + "minecraft:poppy": { + "bedrock_identifier": "minecraft:poppy", + "bedrock_data": 0, + "firstBlockRuntimeId": 2077 + }, + "minecraft:blue_orchid": { + "bedrock_identifier": "minecraft:blue_orchid", + "bedrock_data": 0, + "firstBlockRuntimeId": 2078 + }, + "minecraft:allium": { + "bedrock_identifier": "minecraft:allium", + "bedrock_data": 0, + "firstBlockRuntimeId": 2079 + }, + "minecraft:azure_bluet": { + "bedrock_identifier": "minecraft:azure_bluet", + "bedrock_data": 0, + "firstBlockRuntimeId": 2080 + }, + "minecraft:red_tulip": { + "bedrock_identifier": "minecraft:red_tulip", + "bedrock_data": 0, + "firstBlockRuntimeId": 2081 + }, + "minecraft:orange_tulip": { + "bedrock_identifier": "minecraft:orange_tulip", + "bedrock_data": 0, + "firstBlockRuntimeId": 2082 + }, + "minecraft:white_tulip": { + "bedrock_identifier": "minecraft:white_tulip", + "bedrock_data": 0, + "firstBlockRuntimeId": 2083 + }, + "minecraft:pink_tulip": { + "bedrock_identifier": "minecraft:pink_tulip", + "bedrock_data": 0, + "firstBlockRuntimeId": 2084 + }, + "minecraft:oxeye_daisy": { + "bedrock_identifier": "minecraft:oxeye_daisy", + "bedrock_data": 0, + "firstBlockRuntimeId": 2085 + }, + "minecraft:cornflower": { + "bedrock_identifier": "minecraft:cornflower", + "bedrock_data": 0, + "firstBlockRuntimeId": 2086 + }, + "minecraft:lily_of_the_valley": { + "bedrock_identifier": "minecraft:lily_of_the_valley", + "bedrock_data": 0, + "firstBlockRuntimeId": 2088 + }, + "minecraft:wither_rose": { + "bedrock_identifier": "minecraft:wither_rose", + "bedrock_data": 0, + "firstBlockRuntimeId": 2087 + }, + "minecraft:torchflower": { + "bedrock_identifier": "minecraft:torchflower", + "bedrock_data": 0, + "firstBlockRuntimeId": 2076 + }, + "minecraft:pitcher_plant": { + "bedrock_identifier": "minecraft:pitcher_plant", + "bedrock_data": 0, + "firstBlockRuntimeId": 12507, + "lastBlockRuntimeId": 12508 + }, + "minecraft:spore_blossom": { + "bedrock_identifier": "minecraft:spore_blossom", + "bedrock_data": 0, + "firstBlockRuntimeId": 24823 + }, + "minecraft:brown_mushroom": { + "bedrock_identifier": "minecraft:brown_mushroom", + "bedrock_data": 0, + "firstBlockRuntimeId": 2089 + }, + "minecraft:red_mushroom": { + "bedrock_identifier": "minecraft:red_mushroom", + "bedrock_data": 0, + "firstBlockRuntimeId": 2090 + }, + "minecraft:crimson_fungus": { + "bedrock_identifier": "minecraft:crimson_fungus", + "bedrock_data": 0, + "firstBlockRuntimeId": 18609 + }, + "minecraft:warped_fungus": { + "bedrock_identifier": "minecraft:warped_fungus", + "bedrock_data": 0, + "firstBlockRuntimeId": 18592 + }, + "minecraft:crimson_roots": { + "bedrock_identifier": "minecraft:crimson_roots", + "bedrock_data": 0, + "firstBlockRuntimeId": 18665 + }, + "minecraft:warped_roots": { + "bedrock_identifier": "minecraft:warped_roots", + "bedrock_data": 0, + "firstBlockRuntimeId": 18594 + }, + "minecraft:nether_sprouts": { + "bedrock_identifier": "minecraft:nether_sprouts", + "bedrock_data": 0, + "firstBlockRuntimeId": 18595 + }, + "minecraft:weeping_vines": { + "bedrock_identifier": "minecraft:weeping_vines", + "bedrock_data": 0, + "firstBlockRuntimeId": 18611, + "lastBlockRuntimeId": 18636 + }, + "minecraft:twisting_vines": { + "bedrock_identifier": "minecraft:twisting_vines", + "bedrock_data": 0, + "firstBlockRuntimeId": 18638, + "lastBlockRuntimeId": 18663 + }, + "minecraft:sugar_cane": { + "bedrock_identifier": "minecraft:sugar_cane", + "bedrock_data": 0, + "firstBlockRuntimeId": 5799, + "lastBlockRuntimeId": 5814 + }, + "minecraft:kelp": { + "bedrock_identifier": "minecraft:kelp", + "bedrock_data": 0, + "firstBlockRuntimeId": 12760, + "lastBlockRuntimeId": 12785 + }, + "minecraft:moss_carpet": { + "bedrock_identifier": "minecraft:moss_carpet", + "bedrock_data": 0, + "firstBlockRuntimeId": 24826 + }, + "minecraft:pink_petals": { + "bedrock_identifier": "minecraft:pink_petals", + "bedrock_data": 0, + "firstBlockRuntimeId": 24827, + "lastBlockRuntimeId": 24842 + }, + "minecraft:moss_block": { + "bedrock_identifier": "minecraft:moss_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 24843 + }, + "minecraft:hanging_roots": { + "bedrock_identifier": "minecraft:hanging_roots", + "bedrock_data": 0, + "firstBlockRuntimeId": 24900, + "lastBlockRuntimeId": 24901 + }, + "minecraft:big_dripleaf": { + "bedrock_identifier": "minecraft:big_dripleaf", + "bedrock_data": 0, + "firstBlockRuntimeId": 24844, + "lastBlockRuntimeId": 24875 + }, + "minecraft:small_dripleaf": { + "bedrock_identifier": "minecraft:small_dripleaf_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 24884, + "lastBlockRuntimeId": 24899 + }, + "minecraft:bamboo": { + "bedrock_identifier": "minecraft:bamboo", + "bedrock_data": 0, + "firstBlockRuntimeId": 12945, + "lastBlockRuntimeId": 12956 + }, + "minecraft:oak_slab": { + "bedrock_identifier": "minecraft:oak_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11162, + "lastBlockRuntimeId": 11167 + }, + "minecraft:spruce_slab": { + "bedrock_identifier": "minecraft:spruce_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11168, + "lastBlockRuntimeId": 11173 + }, + "minecraft:birch_slab": { + "bedrock_identifier": "minecraft:birch_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11174, + "lastBlockRuntimeId": 11179 + }, + "minecraft:jungle_slab": { + "bedrock_identifier": "minecraft:jungle_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11180, + "lastBlockRuntimeId": 11185 + }, + "minecraft:acacia_slab": { + "bedrock_identifier": "minecraft:acacia_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11186, + "lastBlockRuntimeId": 11191 + }, + "minecraft:cherry_slab": { + "bedrock_identifier": "minecraft:cherry_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11192, + "lastBlockRuntimeId": 11197 + }, + "minecraft:dark_oak_slab": { + "bedrock_identifier": "minecraft:dark_oak_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11198, + "lastBlockRuntimeId": 11203 + }, + "minecraft:mangrove_slab": { + "bedrock_identifier": "minecraft:mangrove_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11204, + "lastBlockRuntimeId": 11209 + }, + "minecraft:bamboo_slab": { + "bedrock_identifier": "minecraft:bamboo_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11210, + "lastBlockRuntimeId": 11215 + }, + "minecraft:bamboo_mosaic_slab": { + "bedrock_identifier": "minecraft:bamboo_mosaic_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11216, + "lastBlockRuntimeId": 11221 + }, + "minecraft:crimson_slab": { + "bedrock_identifier": "minecraft:crimson_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 18668, + "lastBlockRuntimeId": 18673 + }, + "minecraft:warped_slab": { + "bedrock_identifier": "minecraft:warped_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 18674, + "lastBlockRuntimeId": 18679 + }, + "minecraft:stone_slab": { + "bedrock_identifier": "minecraft:stone_block_slab4", + "bedrock_data": 2, + "firstBlockRuntimeId": 11222, + "lastBlockRuntimeId": 11227 + }, + "minecraft:smooth_stone_slab": { + "bedrock_identifier": "minecraft:smooth_stone_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11228, + "lastBlockRuntimeId": 11233 + }, + "minecraft:sandstone_slab": { + "bedrock_identifier": "minecraft:sandstone_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11234, + "lastBlockRuntimeId": 11239 + }, + "minecraft:cut_sandstone_slab": { + "bedrock_identifier": "minecraft:stone_block_slab4", + "bedrock_data": 3, + "firstBlockRuntimeId": 11240, + "lastBlockRuntimeId": 11245 + }, + "minecraft:petrified_oak_slab": { + "bedrock_identifier": "minecraft:petrified_oak_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11246, + "lastBlockRuntimeId": 11251 + }, + "minecraft:cobblestone_slab": { + "bedrock_identifier": "minecraft:cobblestone_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11252, + "lastBlockRuntimeId": 11257 + }, + "minecraft:brick_slab": { + "bedrock_identifier": "minecraft:brick_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11258, + "lastBlockRuntimeId": 11263 + }, + "minecraft:stone_brick_slab": { + "bedrock_identifier": "minecraft:stone_brick_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11264, + "lastBlockRuntimeId": 11269 + }, + "minecraft:mud_brick_slab": { + "bedrock_identifier": "minecraft:mud_brick_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11270, + "lastBlockRuntimeId": 11275 + }, + "minecraft:nether_brick_slab": { + "bedrock_identifier": "minecraft:nether_brick_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11276, + "lastBlockRuntimeId": 11281 + }, + "minecraft:quartz_slab": { + "bedrock_identifier": "minecraft:quartz_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 11282, + "lastBlockRuntimeId": 11287 + }, + "minecraft:red_sandstone_slab": { + "bedrock_identifier": "minecraft:stone_block_slab2", + "bedrock_data": 0, + "firstBlockRuntimeId": 11288, + "lastBlockRuntimeId": 11293 + }, + "minecraft:cut_red_sandstone_slab": { + "bedrock_identifier": "minecraft:stone_block_slab4", + "bedrock_data": 4, + "firstBlockRuntimeId": 11294, + "lastBlockRuntimeId": 11299 + }, + "minecraft:purpur_slab": { + "bedrock_identifier": "minecraft:stone_block_slab2", + "bedrock_data": 1, + "firstBlockRuntimeId": 11300, + "lastBlockRuntimeId": 11305 + }, + "minecraft:prismarine_slab": { + "bedrock_identifier": "minecraft:stone_block_slab2", + "bedrock_data": 2, + "firstBlockRuntimeId": 10706, + "lastBlockRuntimeId": 10711 + }, + "minecraft:prismarine_brick_slab": { + "bedrock_identifier": "minecraft:stone_block_slab2", + "bedrock_data": 4, + "firstBlockRuntimeId": 10712, + "lastBlockRuntimeId": 10717 + }, + "minecraft:dark_prismarine_slab": { + "bedrock_identifier": "minecraft:stone_block_slab2", + "bedrock_data": 3, + "firstBlockRuntimeId": 10718, + "lastBlockRuntimeId": 10723 + }, + "minecraft:smooth_quartz": { + "bedrock_identifier": "minecraft:quartz_block", + "bedrock_data": 3, + "firstBlockRuntimeId": 11308 + }, + "minecraft:smooth_red_sandstone": { + "bedrock_identifier": "minecraft:red_sandstone", + "bedrock_data": 3, + "firstBlockRuntimeId": 11309 + }, + "minecraft:smooth_sandstone": { + "bedrock_identifier": "minecraft:sandstone", + "bedrock_data": 3, + "firstBlockRuntimeId": 11307 + }, + "minecraft:smooth_stone": { + "bedrock_identifier": "minecraft:smooth_stone", + "bedrock_data": 0, + "firstBlockRuntimeId": 11306 + }, + "minecraft:bricks": { + "bedrock_identifier": "minecraft:brick_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 2093 + }, + "minecraft:bookshelf": { + "bedrock_identifier": "minecraft:bookshelf", + "bedrock_data": 0, + "firstBlockRuntimeId": 2096 + }, + "minecraft:chiseled_bookshelf": { + "bedrock_identifier": "minecraft:chiseled_bookshelf", + "bedrock_data": 0, + "firstBlockRuntimeId": 2097, + "lastBlockRuntimeId": 2352 + }, + "minecraft:decorated_pot": { + "bedrock_identifier": "minecraft:decorated_pot", + "bedrock_data": 0, + "firstBlockRuntimeId": 26574, + "lastBlockRuntimeId": 26589 + }, + "minecraft:mossy_cobblestone": { + "bedrock_identifier": "minecraft:mossy_cobblestone", + "bedrock_data": 0, + "firstBlockRuntimeId": 2353 + }, + "minecraft:obsidian": { + "bedrock_identifier": "minecraft:obsidian", + "bedrock_data": 0, + "firstBlockRuntimeId": 2354 + }, + "minecraft:torch": { + "bedrock_identifier": "minecraft:torch", + "bedrock_data": 0, + "firstBlockRuntimeId": 2355 + }, + "minecraft:end_rod": { + "bedrock_identifier": "minecraft:end_rod", + "bedrock_data": 0, + "firstBlockRuntimeId": 12334, + "lastBlockRuntimeId": 12339 + }, + "minecraft:chorus_plant": { + "bedrock_identifier": "minecraft:chorus_plant", + "bedrock_data": 0, + "firstBlockRuntimeId": 12340, + "lastBlockRuntimeId": 12403 + }, + "minecraft:chorus_flower": { + "bedrock_identifier": "minecraft:chorus_flower", + "bedrock_data": 0, + "firstBlockRuntimeId": 12404, + "lastBlockRuntimeId": 12409 + }, + "minecraft:purpur_block": { + "bedrock_identifier": "minecraft:purpur_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12410 + }, + "minecraft:purpur_pillar": { + "bedrock_identifier": "minecraft:purpur_block", + "bedrock_data": 2, + "firstBlockRuntimeId": 12411, + "lastBlockRuntimeId": 12413 + }, + "minecraft:purpur_stairs": { + "bedrock_identifier": "minecraft:purpur_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 12414, + "lastBlockRuntimeId": 12493 + }, + "minecraft:spawner": { + "bedrock_identifier": "minecraft:mob_spawner", + "bedrock_data": 0, + "firstBlockRuntimeId": 2873 + }, + "minecraft:chest": { + "bedrock_identifier": "minecraft:chest", + "bedrock_data": 0, + "firstBlockRuntimeId": 2954, + "lastBlockRuntimeId": 2977 + }, + "minecraft:crafting_table": { + "bedrock_identifier": "minecraft:crafting_table", + "bedrock_data": 0, + "firstBlockRuntimeId": 4277 + }, + "minecraft:farmland": { + "bedrock_identifier": "minecraft:farmland", + "bedrock_data": 0, + "firstBlockRuntimeId": 4286, + "lastBlockRuntimeId": 4293 + }, + "minecraft:furnace": { + "bedrock_identifier": "minecraft:furnace", + "bedrock_data": 0, + "firstBlockRuntimeId": 4294, + "lastBlockRuntimeId": 4301 + }, + "minecraft:ladder": { + "bedrock_identifier": "minecraft:ladder", + "bedrock_data": 0, + "firstBlockRuntimeId": 4654, + "lastBlockRuntimeId": 4661 + }, + "minecraft:cobblestone_stairs": { + "bedrock_identifier": "minecraft:stone_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 4682, + "lastBlockRuntimeId": 4761 + }, + "minecraft:snow": { + "bedrock_identifier": "minecraft:snow_layer", + "bedrock_data": 0, + "firstBlockRuntimeId": 5772, + "lastBlockRuntimeId": 5779 + }, + "minecraft:ice": { + "bedrock_identifier": "minecraft:ice", + "bedrock_data": 0, + "firstBlockRuntimeId": 5780 + }, + "minecraft:snow_block": { + "bedrock_identifier": "minecraft:snow", + "bedrock_data": 0, + "firstBlockRuntimeId": 5781 + }, + "minecraft:cactus": { + "bedrock_identifier": "minecraft:cactus", + "bedrock_data": 0, + "firstBlockRuntimeId": 5782, + "lastBlockRuntimeId": 5797 + }, + "minecraft:clay": { + "bedrock_identifier": "minecraft:clay", + "bedrock_data": 0, + "firstBlockRuntimeId": 5798 + }, + "minecraft:jukebox": { + "bedrock_identifier": "minecraft:jukebox", + "bedrock_data": 0, + "firstBlockRuntimeId": 5815, + "lastBlockRuntimeId": 5816 + }, + "minecraft:oak_fence": { + "bedrock_identifier": "minecraft:oak_fence", + "bedrock_data": 0, + "firstBlockRuntimeId": 5817, + "lastBlockRuntimeId": 5848 + }, + "minecraft:spruce_fence": { + "bedrock_identifier": "minecraft:spruce_fence", + "bedrock_data": 1, + "firstBlockRuntimeId": 11566, + "lastBlockRuntimeId": 11597 + }, + "minecraft:birch_fence": { + "bedrock_identifier": "minecraft:birch_fence", + "bedrock_data": 2, + "firstBlockRuntimeId": 11598, + "lastBlockRuntimeId": 11629 + }, + "minecraft:jungle_fence": { + "bedrock_identifier": "minecraft:jungle_fence", + "bedrock_data": 3, + "firstBlockRuntimeId": 11630, + "lastBlockRuntimeId": 11661 + }, + "minecraft:acacia_fence": { + "bedrock_identifier": "minecraft:acacia_fence", + "bedrock_data": 4, + "firstBlockRuntimeId": 11662, + "lastBlockRuntimeId": 11693 + }, + "minecraft:cherry_fence": { + "bedrock_identifier": "minecraft:cherry_fence", + "bedrock_data": 0, + "firstBlockRuntimeId": 11694, + "lastBlockRuntimeId": 11725 + }, + "minecraft:dark_oak_fence": { + "bedrock_identifier": "minecraft:dark_oak_fence", + "bedrock_data": 5, + "firstBlockRuntimeId": 11726, + "lastBlockRuntimeId": 11757 + }, + "minecraft:mangrove_fence": { + "bedrock_identifier": "minecraft:mangrove_fence", + "bedrock_data": 0, + "firstBlockRuntimeId": 11758, + "lastBlockRuntimeId": 11789 + }, + "minecraft:bamboo_fence": { + "bedrock_identifier": "minecraft:bamboo_fence", + "bedrock_data": 0, + "firstBlockRuntimeId": 11790, + "lastBlockRuntimeId": 11821 + }, + "minecraft:crimson_fence": { + "bedrock_identifier": "minecraft:crimson_fence", + "bedrock_data": 0, + "firstBlockRuntimeId": 18684, + "lastBlockRuntimeId": 18715 + }, + "minecraft:warped_fence": { + "bedrock_identifier": "minecraft:warped_fence", + "bedrock_data": 0, + "firstBlockRuntimeId": 18716, + "lastBlockRuntimeId": 18747 + }, + "minecraft:pumpkin": { + "bedrock_identifier": "minecraft:pumpkin", + "bedrock_data": 0, + "firstBlockRuntimeId": 6811 + }, + "minecraft:carved_pumpkin": { + "bedrock_identifier": "minecraft:carved_pumpkin", + "bedrock_data": 0, + "firstBlockRuntimeId": 5866, + "lastBlockRuntimeId": 5869 + }, + "minecraft:jack_o_lantern": { + "bedrock_identifier": "minecraft:lit_pumpkin", + "bedrock_data": 0, + "firstBlockRuntimeId": 5870, + "lastBlockRuntimeId": 5873 + }, + "minecraft:netherrack": { + "bedrock_identifier": "minecraft:netherrack", + "bedrock_data": 0, + "firstBlockRuntimeId": 5849 + }, + "minecraft:soul_sand": { + "bedrock_identifier": "minecraft:soul_sand", + "bedrock_data": 0, + "firstBlockRuntimeId": 5850 + }, + "minecraft:soul_soil": { + "bedrock_identifier": "minecraft:soul_soil", + "bedrock_data": 0, + "firstBlockRuntimeId": 5851 + }, + "minecraft:basalt": { + "bedrock_identifier": "minecraft:basalt", + "bedrock_data": 0, + "firstBlockRuntimeId": 5852, + "lastBlockRuntimeId": 5854 + }, + "minecraft:polished_basalt": { + "bedrock_identifier": "minecraft:polished_basalt", + "bedrock_data": 0, + "firstBlockRuntimeId": 5855, + "lastBlockRuntimeId": 5857 + }, + "minecraft:smooth_basalt": { + "bedrock_identifier": "minecraft:smooth_basalt", + "bedrock_data": 0, + "firstBlockRuntimeId": 26557 + }, + "minecraft:soul_torch": { + "bedrock_identifier": "minecraft:soul_torch", + "bedrock_data": 0, + "firstBlockRuntimeId": 5858 + }, + "minecraft:glowstone": { + "bedrock_identifier": "minecraft:glowstone", + "bedrock_data": 0, + "firstBlockRuntimeId": 5863 + }, + "minecraft:infested_stone": { + "bedrock_identifier": "minecraft:monster_egg", + "bedrock_data": 0, + "firstBlockRuntimeId": 6543 + }, + "minecraft:infested_cobblestone": { + "bedrock_identifier": "minecraft:monster_egg", + "bedrock_data": 1, + "firstBlockRuntimeId": 6544 + }, + "minecraft:infested_stone_bricks": { + "bedrock_identifier": "minecraft:monster_egg", + "bedrock_data": 2, + "firstBlockRuntimeId": 6545 + }, + "minecraft:infested_mossy_stone_bricks": { + "bedrock_identifier": "minecraft:monster_egg", + "bedrock_data": 3, + "firstBlockRuntimeId": 6546 + }, + "minecraft:infested_cracked_stone_bricks": { + "bedrock_identifier": "minecraft:monster_egg", + "bedrock_data": 4, + "firstBlockRuntimeId": 6547 + }, + "minecraft:infested_chiseled_stone_bricks": { + "bedrock_identifier": "minecraft:monster_egg", + "bedrock_data": 5, + "firstBlockRuntimeId": 6548 + }, + "minecraft:infested_deepslate": { + "bedrock_identifier": "minecraft:infested_deepslate", + "bedrock_data": 0, + "firstBlockRuntimeId": 26554, + "lastBlockRuntimeId": 26556 + }, + "minecraft:stone_bricks": { + "bedrock_identifier": "minecraft:stonebrick", + "bedrock_data": 0, + "firstBlockRuntimeId": 6537 + }, + "minecraft:mossy_stone_bricks": { + "bedrock_identifier": "minecraft:stonebrick", + "bedrock_data": 1, + "firstBlockRuntimeId": 6538 + }, + "minecraft:cracked_stone_bricks": { + "bedrock_identifier": "minecraft:stonebrick", + "bedrock_data": 2, + "firstBlockRuntimeId": 6539 + }, + "minecraft:chiseled_stone_bricks": { + "bedrock_identifier": "minecraft:stonebrick", + "bedrock_data": 3, + "firstBlockRuntimeId": 6540 + }, + "minecraft:packed_mud": { + "bedrock_identifier": "minecraft:packed_mud", + "bedrock_data": 0, + "firstBlockRuntimeId": 6541 + }, + "minecraft:mud_bricks": { + "bedrock_identifier": "minecraft:mud_bricks", + "bedrock_data": 0, + "firstBlockRuntimeId": 6542 + }, + "minecraft:deepslate_bricks": { + "bedrock_identifier": "minecraft:deepslate_bricks", + "bedrock_data": 0, + "firstBlockRuntimeId": 26140 + }, + "minecraft:cracked_deepslate_bricks": { + "bedrock_identifier": "minecraft:cracked_deepslate_bricks", + "bedrock_data": 0, + "firstBlockRuntimeId": 26552 + }, + "minecraft:deepslate_tiles": { + "bedrock_identifier": "minecraft:deepslate_tiles", + "bedrock_data": 0, + "firstBlockRuntimeId": 25729 + }, + "minecraft:cracked_deepslate_tiles": { + "bedrock_identifier": "minecraft:cracked_deepslate_tiles", + "bedrock_data": 0, + "firstBlockRuntimeId": 26553 + }, + "minecraft:chiseled_deepslate": { + "bedrock_identifier": "minecraft:chiseled_deepslate", + "bedrock_data": 0, + "firstBlockRuntimeId": 26551 + }, + "minecraft:reinforced_deepslate": { + "bedrock_identifier": "minecraft:reinforced_deepslate", + "bedrock_data": 0, + "firstBlockRuntimeId": 26573 + }, + "minecraft:brown_mushroom_block": { + "bedrock_identifier": "minecraft:brown_mushroom_block", + "bedrock_data": 14, + "firstBlockRuntimeId": 6549, + "lastBlockRuntimeId": 6612 + }, + "minecraft:red_mushroom_block": { + "bedrock_identifier": "minecraft:red_mushroom_block", + "bedrock_data": 14, + "firstBlockRuntimeId": 6613, + "lastBlockRuntimeId": 6676 + }, + "minecraft:mushroom_stem": { + "bedrock_identifier": "minecraft:brown_mushroom_block", + "bedrock_data": 15, + "firstBlockRuntimeId": 6677, + "lastBlockRuntimeId": 6740 + }, + "minecraft:iron_bars": { + "bedrock_identifier": "minecraft:iron_bars", + "bedrock_data": 0, + "firstBlockRuntimeId": 6741, + "lastBlockRuntimeId": 6772 + }, + "minecraft:chain": { + "bedrock_identifier": "minecraft:chain", + "bedrock_data": 0, + "firstBlockRuntimeId": 6773, + "lastBlockRuntimeId": 6778 + }, + "minecraft:glass_pane": { + "bedrock_identifier": "minecraft:glass_pane", + "bedrock_data": 0, + "firstBlockRuntimeId": 6779, + "lastBlockRuntimeId": 6810 + }, + "minecraft:melon": { + "bedrock_identifier": "minecraft:melon_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 6812 + }, + "minecraft:vine": { + "bedrock_identifier": "minecraft:vine", + "bedrock_data": 0, + "firstBlockRuntimeId": 6837, + "lastBlockRuntimeId": 6868 + }, + "minecraft:glow_lichen": { + "bedrock_identifier": "minecraft:glow_lichen", + "bedrock_data": 0, + "firstBlockRuntimeId": 6869, + "lastBlockRuntimeId": 6996 + }, + "minecraft:brick_stairs": { + "bedrock_identifier": "minecraft:brick_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 7029, + "lastBlockRuntimeId": 7108 + }, + "minecraft:stone_brick_stairs": { + "bedrock_identifier": "minecraft:stone_brick_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 7109, + "lastBlockRuntimeId": 7188 + }, + "minecraft:mud_brick_stairs": { + "bedrock_identifier": "minecraft:mud_brick_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 7189, + "lastBlockRuntimeId": 7268 + }, + "minecraft:mycelium": { + "bedrock_identifier": "minecraft:mycelium", + "bedrock_data": 0, + "firstBlockRuntimeId": 7269, + "lastBlockRuntimeId": 7270 + }, + "minecraft:lily_pad": { + "bedrock_identifier": "minecraft:waterlily", + "bedrock_data": 0, + "firstBlockRuntimeId": 7271 + }, + "minecraft:nether_bricks": { + "bedrock_identifier": "minecraft:nether_brick", + "bedrock_data": 0, + "firstBlockRuntimeId": 7272 + }, + "minecraft:cracked_nether_bricks": { + "bedrock_identifier": "minecraft:cracked_nether_bricks", + "bedrock_data": 0, + "firstBlockRuntimeId": 20723 + }, + "minecraft:chiseled_nether_bricks": { + "bedrock_identifier": "minecraft:chiseled_nether_bricks", + "bedrock_data": 0, + "firstBlockRuntimeId": 20722 + }, + "minecraft:nether_brick_fence": { + "bedrock_identifier": "minecraft:nether_brick_fence", + "bedrock_data": 0, + "firstBlockRuntimeId": 7273, + "lastBlockRuntimeId": 7304 + }, + "minecraft:nether_brick_stairs": { + "bedrock_identifier": "minecraft:nether_brick_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 7305, + "lastBlockRuntimeId": 7384 + }, + "minecraft:sculk": { + "bedrock_identifier": "minecraft:sculk", + "bedrock_data": 0, + "firstBlockRuntimeId": 22799 + }, + "minecraft:sculk_vein": { + "bedrock_identifier": "minecraft:sculk_vein", + "bedrock_data": 0, + "firstBlockRuntimeId": 22800, + "lastBlockRuntimeId": 22927 + }, + "minecraft:sculk_catalyst": { + "bedrock_identifier": "minecraft:sculk_catalyst", + "bedrock_data": 0, + "firstBlockRuntimeId": 22928, + "lastBlockRuntimeId": 22929 + }, + "minecraft:sculk_shrieker": { + "bedrock_identifier": "minecraft:sculk_shrieker", + "bedrock_data": 0, + "firstBlockRuntimeId": 22930, + "lastBlockRuntimeId": 22937 + }, + "minecraft:enchanting_table": { + "bedrock_identifier": "minecraft:enchanting_table", + "bedrock_data": 0, + "firstBlockRuntimeId": 7389 + }, + "minecraft:end_portal_frame": { + "bedrock_identifier": "minecraft:end_portal_frame", + "bedrock_data": 0, + "firstBlockRuntimeId": 7407, + "lastBlockRuntimeId": 7414 + }, + "minecraft:end_stone": { + "bedrock_identifier": "minecraft:end_stone", + "bedrock_data": 0, + "firstBlockRuntimeId": 7415 + }, + "minecraft:end_stone_bricks": { + "bedrock_identifier": "minecraft:end_bricks", + "bedrock_data": 0, + "firstBlockRuntimeId": 12494 + }, + "minecraft:dragon_egg": { + "bedrock_identifier": "minecraft:dragon_egg", + "bedrock_data": 0, + "firstBlockRuntimeId": 7416 + }, + "minecraft:sandstone_stairs": { + "bedrock_identifier": "minecraft:sandstone_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 7431, + "lastBlockRuntimeId": 7510 + }, + "minecraft:ender_chest": { + "bedrock_identifier": "minecraft:ender_chest", + "bedrock_data": 0, + "firstBlockRuntimeId": 7513, + "lastBlockRuntimeId": 7520 + }, + "minecraft:emerald_block": { + "bedrock_identifier": "minecraft:emerald_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 7665 + }, + "minecraft:oak_stairs": { + "bedrock_identifier": "minecraft:oak_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 2874, + "lastBlockRuntimeId": 2953 + }, + "minecraft:spruce_stairs": { + "bedrock_identifier": "minecraft:spruce_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 7666, + "lastBlockRuntimeId": 7745 + }, + "minecraft:birch_stairs": { + "bedrock_identifier": "minecraft:birch_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 7746, + "lastBlockRuntimeId": 7825 + }, + "minecraft:jungle_stairs": { + "bedrock_identifier": "minecraft:jungle_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 7826, + "lastBlockRuntimeId": 7905 + }, + "minecraft:acacia_stairs": { + "bedrock_identifier": "minecraft:acacia_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 9884, + "lastBlockRuntimeId": 9963 + }, + "minecraft:cherry_stairs": { + "bedrock_identifier": "minecraft:cherry_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 9964, + "lastBlockRuntimeId": 10043 + }, + "minecraft:dark_oak_stairs": { + "bedrock_identifier": "minecraft:dark_oak_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 10044, + "lastBlockRuntimeId": 10123 + }, + "minecraft:mangrove_stairs": { + "bedrock_identifier": "minecraft:mangrove_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 10124, + "lastBlockRuntimeId": 10203 + }, + "minecraft:bamboo_stairs": { + "bedrock_identifier": "minecraft:bamboo_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 10204, + "lastBlockRuntimeId": 10283 + }, + "minecraft:bamboo_mosaic_stairs": { + "bedrock_identifier": "minecraft:bamboo_mosaic_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 10284, + "lastBlockRuntimeId": 10363 + }, + "minecraft:crimson_stairs": { + "bedrock_identifier": "minecraft:crimson_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 18940, + "lastBlockRuntimeId": 19019 + }, + "minecraft:warped_stairs": { + "bedrock_identifier": "minecraft:warped_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 19020, + "lastBlockRuntimeId": 19099 + }, + "minecraft:command_block": { + "bedrock_identifier": "minecraft:command_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 7906, + "lastBlockRuntimeId": 7917 + }, + "minecraft:beacon": { + "bedrock_identifier": "minecraft:beacon", + "bedrock_data": 0, + "firstBlockRuntimeId": 7918 + }, + "minecraft:cobblestone_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 0, + "firstBlockRuntimeId": 7919, + "lastBlockRuntimeId": 8242 + }, + "minecraft:mossy_cobblestone_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 1, + "firstBlockRuntimeId": 8243, + "lastBlockRuntimeId": 8566 + }, + "minecraft:brick_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 6, + "firstBlockRuntimeId": 14160, + "lastBlockRuntimeId": 14483 + }, + "minecraft:prismarine_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 11, + "firstBlockRuntimeId": 14484, + "lastBlockRuntimeId": 14807 + }, + "minecraft:red_sandstone_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 12, + "firstBlockRuntimeId": 14808, + "lastBlockRuntimeId": 15131 + }, + "minecraft:mossy_stone_brick_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 8, + "firstBlockRuntimeId": 15132, + "lastBlockRuntimeId": 15455 + }, + "minecraft:granite_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 2, + "firstBlockRuntimeId": 15456, + "lastBlockRuntimeId": 15779 + }, + "minecraft:stone_brick_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 7, + "firstBlockRuntimeId": 15780, + "lastBlockRuntimeId": 16103 + }, + "minecraft:mud_brick_wall": { + "bedrock_identifier": "minecraft:mud_brick_wall", + "bedrock_data": 0, + "firstBlockRuntimeId": 16104, + "lastBlockRuntimeId": 16427 + }, + "minecraft:nether_brick_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 9, + "firstBlockRuntimeId": 16428, + "lastBlockRuntimeId": 16751 + }, + "minecraft:andesite_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 4, + "firstBlockRuntimeId": 16752, + "lastBlockRuntimeId": 17075 + }, + "minecraft:red_nether_brick_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 13, + "firstBlockRuntimeId": 17076, + "lastBlockRuntimeId": 17399 + }, + "minecraft:sandstone_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 5, + "firstBlockRuntimeId": 17400, + "lastBlockRuntimeId": 17723 + }, + "minecraft:end_stone_brick_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 10, + "firstBlockRuntimeId": 17724, + "lastBlockRuntimeId": 18047 + }, + "minecraft:diorite_wall": { + "bedrock_identifier": "minecraft:cobblestone_wall", + "bedrock_data": 3, + "firstBlockRuntimeId": 18048, + "lastBlockRuntimeId": 18371 + }, + "minecraft:blackstone_wall": { + "bedrock_identifier": "minecraft:blackstone_wall", + "bedrock_data": 0, + "firstBlockRuntimeId": 19541, + "lastBlockRuntimeId": 19864 + }, + "minecraft:polished_blackstone_wall": { + "bedrock_identifier": "minecraft:polished_blackstone_wall", + "bedrock_data": 0, + "firstBlockRuntimeId": 20398, + "lastBlockRuntimeId": 20721 + }, + "minecraft:polished_blackstone_brick_wall": { + "bedrock_identifier": "minecraft:polished_blackstone_brick_wall", + "bedrock_data": 0, + "firstBlockRuntimeId": 19961, + "lastBlockRuntimeId": 20284 + }, + "minecraft:cobbled_deepslate_wall": { + "bedrock_identifier": "minecraft:cobbled_deepslate_wall", + "bedrock_data": 0, + "firstBlockRuntimeId": 24994, + "lastBlockRuntimeId": 25317 + }, + "minecraft:polished_deepslate_wall": { + "bedrock_identifier": "minecraft:polished_deepslate_wall", + "bedrock_data": 0, + "firstBlockRuntimeId": 25405, + "lastBlockRuntimeId": 25728 + }, + "minecraft:deepslate_brick_wall": { + "bedrock_identifier": "minecraft:deepslate_brick_wall", + "bedrock_data": 0, + "firstBlockRuntimeId": 26227, + "lastBlockRuntimeId": 26550 + }, + "minecraft:deepslate_tile_wall": { + "bedrock_identifier": "minecraft:deepslate_tile_wall", + "bedrock_data": 0, + "firstBlockRuntimeId": 25816, + "lastBlockRuntimeId": 26139 + }, + "minecraft:anvil": { + "bedrock_identifier": "minecraft:anvil", + "bedrock_data": 0, + "firstBlockRuntimeId": 9107, + "lastBlockRuntimeId": 9110 + }, + "minecraft:chipped_anvil": { + "bedrock_identifier": "minecraft:anvil", + "bedrock_data": 4, + "firstBlockRuntimeId": 9111, + "lastBlockRuntimeId": 9114 + }, + "minecraft:damaged_anvil": { + "bedrock_identifier": "minecraft:anvil", + "bedrock_data": 8, + "firstBlockRuntimeId": 9115, + "lastBlockRuntimeId": 9118 + }, + "minecraft:chiseled_quartz_block": { + "bedrock_identifier": "minecraft:quartz_block", + "bedrock_data": 1, + "firstBlockRuntimeId": 9236 + }, + "minecraft:quartz_block": { + "bedrock_identifier": "minecraft:quartz_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 9235 + }, + "minecraft:quartz_bricks": { + "bedrock_identifier": "minecraft:quartz_bricks", + "bedrock_data": 0, + "firstBlockRuntimeId": 20724 + }, + "minecraft:quartz_pillar": { + "bedrock_identifier": "minecraft:quartz_block", + "bedrock_data": 2, + "firstBlockRuntimeId": 9237, + "lastBlockRuntimeId": 9239 + }, + "minecraft:quartz_stairs": { + "bedrock_identifier": "minecraft:quartz_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 9240, + "lastBlockRuntimeId": 9319 + }, + "minecraft:white_terracotta": { + "bedrock_identifier": "minecraft:white_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 9356 + }, + "minecraft:orange_terracotta": { + "bedrock_identifier": "minecraft:orange_terracotta", + "bedrock_data": 1, + "firstBlockRuntimeId": 9357 + }, + "minecraft:magenta_terracotta": { + "bedrock_identifier": "minecraft:magenta_terracotta", + "bedrock_data": 2, + "firstBlockRuntimeId": 9358 + }, + "minecraft:light_blue_terracotta": { + "bedrock_identifier": "minecraft:light_blue_terracotta", + "bedrock_data": 3, + "firstBlockRuntimeId": 9359 + }, + "minecraft:yellow_terracotta": { + "bedrock_identifier": "minecraft:yellow_terracotta", + "bedrock_data": 4, + "firstBlockRuntimeId": 9360 + }, + "minecraft:lime_terracotta": { + "bedrock_identifier": "minecraft:lime_terracotta", + "bedrock_data": 5, + "firstBlockRuntimeId": 9361 + }, + "minecraft:pink_terracotta": { + "bedrock_identifier": "minecraft:pink_terracotta", + "bedrock_data": 6, + "firstBlockRuntimeId": 9362 + }, + "minecraft:gray_terracotta": { + "bedrock_identifier": "minecraft:gray_terracotta", + "bedrock_data": 7, + "firstBlockRuntimeId": 9363 + }, + "minecraft:light_gray_terracotta": { + "bedrock_identifier": "minecraft:light_gray_terracotta", + "bedrock_data": 8, + "firstBlockRuntimeId": 9364 + }, + "minecraft:cyan_terracotta": { + "bedrock_identifier": "minecraft:cyan_terracotta", + "bedrock_data": 9, + "firstBlockRuntimeId": 9365 + }, + "minecraft:purple_terracotta": { + "bedrock_identifier": "minecraft:purple_terracotta", + "bedrock_data": 10, + "firstBlockRuntimeId": 9366 + }, + "minecraft:blue_terracotta": { + "bedrock_identifier": "minecraft:blue_terracotta", + "bedrock_data": 11, + "firstBlockRuntimeId": 9367 + }, + "minecraft:brown_terracotta": { + "bedrock_identifier": "minecraft:brown_terracotta", + "bedrock_data": 12, + "firstBlockRuntimeId": 9368 + }, + "minecraft:green_terracotta": { + "bedrock_identifier": "minecraft:green_terracotta", + "bedrock_data": 13, + "firstBlockRuntimeId": 9369 + }, + "minecraft:red_terracotta": { + "bedrock_identifier": "minecraft:red_terracotta", + "bedrock_data": 14, + "firstBlockRuntimeId": 9370 + }, + "minecraft:black_terracotta": { + "bedrock_identifier": "minecraft:black_terracotta", + "bedrock_data": 15, + "firstBlockRuntimeId": 9371 + }, + "minecraft:barrier": { + "bedrock_identifier": "minecraft:barrier", + "bedrock_data": 0, + "firstBlockRuntimeId": 10365, + "lastBlockRuntimeId": 10366 + }, + "minecraft:light": { + "bedrock_identifier": "minecraft:light_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 10367, + "lastBlockRuntimeId": 10398 + }, + "minecraft:hay_block": { + "bedrock_identifier": "minecraft:hay_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 10725, + "lastBlockRuntimeId": 10727 + }, + "minecraft:white_carpet": { + "bedrock_identifier": "minecraft:white_carpet", + "bedrock_data": 0, + "firstBlockRuntimeId": 10728 + }, + "minecraft:orange_carpet": { + "bedrock_identifier": "minecraft:orange_carpet", + "bedrock_data": 1, + "firstBlockRuntimeId": 10729 + }, + "minecraft:magenta_carpet": { + "bedrock_identifier": "minecraft:magenta_carpet", + "bedrock_data": 2, + "firstBlockRuntimeId": 10730 + }, + "minecraft:light_blue_carpet": { + "bedrock_identifier": "minecraft:light_blue_carpet", + "bedrock_data": 3, + "firstBlockRuntimeId": 10731 + }, + "minecraft:yellow_carpet": { + "bedrock_identifier": "minecraft:yellow_carpet", + "bedrock_data": 4, + "firstBlockRuntimeId": 10732 + }, + "minecraft:lime_carpet": { + "bedrock_identifier": "minecraft:lime_carpet", + "bedrock_data": 5, + "firstBlockRuntimeId": 10733 + }, + "minecraft:pink_carpet": { + "bedrock_identifier": "minecraft:pink_carpet", + "bedrock_data": 6, + "firstBlockRuntimeId": 10734 + }, + "minecraft:gray_carpet": { + "bedrock_identifier": "minecraft:gray_carpet", + "bedrock_data": 7, + "firstBlockRuntimeId": 10735 + }, + "minecraft:light_gray_carpet": { + "bedrock_identifier": "minecraft:light_gray_carpet", + "bedrock_data": 8, + "firstBlockRuntimeId": 10736 + }, + "minecraft:cyan_carpet": { + "bedrock_identifier": "minecraft:cyan_carpet", + "bedrock_data": 9, + "firstBlockRuntimeId": 10737 + }, + "minecraft:purple_carpet": { + "bedrock_identifier": "minecraft:purple_carpet", + "bedrock_data": 10, + "firstBlockRuntimeId": 10738 + }, + "minecraft:blue_carpet": { + "bedrock_identifier": "minecraft:blue_carpet", + "bedrock_data": 11, + "firstBlockRuntimeId": 10739 + }, + "minecraft:brown_carpet": { + "bedrock_identifier": "minecraft:brown_carpet", + "bedrock_data": 12, + "firstBlockRuntimeId": 10740 + }, + "minecraft:green_carpet": { + "bedrock_identifier": "minecraft:green_carpet", + "bedrock_data": 13, + "firstBlockRuntimeId": 10741 + }, + "minecraft:red_carpet": { + "bedrock_identifier": "minecraft:red_carpet", + "bedrock_data": 14, + "firstBlockRuntimeId": 10742 + }, + "minecraft:black_carpet": { + "bedrock_identifier": "minecraft:black_carpet", + "bedrock_data": 15, + "firstBlockRuntimeId": 10743 + }, + "minecraft:terracotta": { + "bedrock_identifier": "minecraft:hardened_clay", + "bedrock_data": 0, + "firstBlockRuntimeId": 10744 + }, + "minecraft:packed_ice": { + "bedrock_identifier": "minecraft:packed_ice", + "bedrock_data": 0, + "firstBlockRuntimeId": 10746 + }, + "minecraft:dirt_path": { + "bedrock_identifier": "minecraft:grass_path", + "bedrock_data": 0, + "firstBlockRuntimeId": 12513 + }, + "minecraft:sunflower": { + "bedrock_identifier": "minecraft:sunflower", + "bedrock_data": 0, + "firstBlockRuntimeId": 10747, + "lastBlockRuntimeId": 10748 + }, + "minecraft:lilac": { + "bedrock_identifier": "minecraft:lilac", + "bedrock_data": 0, + "firstBlockRuntimeId": 10749, + "lastBlockRuntimeId": 10750 + }, + "minecraft:rose_bush": { + "bedrock_identifier": "minecraft:rose_bush", + "bedrock_data": 0, + "firstBlockRuntimeId": 10751, + "lastBlockRuntimeId": 10752 + }, + "minecraft:peony": { + "bedrock_identifier": "minecraft:peony", + "bedrock_data": 0, + "firstBlockRuntimeId": 10753, + "lastBlockRuntimeId": 10754 + }, + "minecraft:tall_grass": { + "bedrock_identifier": "minecraft:tall_grass", + "bedrock_data": 0, + "firstBlockRuntimeId": 10755, + "lastBlockRuntimeId": 10756 + }, + "minecraft:large_fern": { + "bedrock_identifier": "minecraft:large_fern", + "bedrock_data": 0, + "firstBlockRuntimeId": 10757, + "lastBlockRuntimeId": 10758 + }, + "minecraft:white_stained_glass": { + "bedrock_identifier": "minecraft:white_stained_glass", + "bedrock_data": 0, + "firstBlockRuntimeId": 5945 + }, + "minecraft:orange_stained_glass": { + "bedrock_identifier": "minecraft:orange_stained_glass", + "bedrock_data": 1, + "firstBlockRuntimeId": 5946 + }, + "minecraft:magenta_stained_glass": { + "bedrock_identifier": "minecraft:magenta_stained_glass", + "bedrock_data": 2, + "firstBlockRuntimeId": 5947 + }, + "minecraft:light_blue_stained_glass": { + "bedrock_identifier": "minecraft:light_blue_stained_glass", + "bedrock_data": 3, + "firstBlockRuntimeId": 5948 + }, + "minecraft:yellow_stained_glass": { + "bedrock_identifier": "minecraft:yellow_stained_glass", + "bedrock_data": 4, + "firstBlockRuntimeId": 5949 + }, + "minecraft:lime_stained_glass": { + "bedrock_identifier": "minecraft:lime_stained_glass", + "bedrock_data": 5, + "firstBlockRuntimeId": 5950 + }, + "minecraft:pink_stained_glass": { + "bedrock_identifier": "minecraft:pink_stained_glass", + "bedrock_data": 6, + "firstBlockRuntimeId": 5951 + }, + "minecraft:gray_stained_glass": { + "bedrock_identifier": "minecraft:gray_stained_glass", + "bedrock_data": 7, + "firstBlockRuntimeId": 5952 + }, + "minecraft:light_gray_stained_glass": { + "bedrock_identifier": "minecraft:light_gray_stained_glass", + "bedrock_data": 8, + "firstBlockRuntimeId": 5953 + }, + "minecraft:cyan_stained_glass": { + "bedrock_identifier": "minecraft:cyan_stained_glass", + "bedrock_data": 9, + "firstBlockRuntimeId": 5954 + }, + "minecraft:purple_stained_glass": { + "bedrock_identifier": "minecraft:purple_stained_glass", + "bedrock_data": 10, + "firstBlockRuntimeId": 5955 + }, + "minecraft:blue_stained_glass": { + "bedrock_identifier": "minecraft:blue_stained_glass", + "bedrock_data": 11, + "firstBlockRuntimeId": 5956 + }, + "minecraft:brown_stained_glass": { + "bedrock_identifier": "minecraft:brown_stained_glass", + "bedrock_data": 12, + "firstBlockRuntimeId": 5957 + }, + "minecraft:green_stained_glass": { + "bedrock_identifier": "minecraft:green_stained_glass", + "bedrock_data": 13, + "firstBlockRuntimeId": 5958 + }, + "minecraft:red_stained_glass": { + "bedrock_identifier": "minecraft:red_stained_glass", + "bedrock_data": 14, + "firstBlockRuntimeId": 5959 + }, + "minecraft:black_stained_glass": { + "bedrock_identifier": "minecraft:black_stained_glass", + "bedrock_data": 15, + "firstBlockRuntimeId": 5960 + }, + "minecraft:white_stained_glass_pane": { + "bedrock_identifier": "minecraft:white_stained_glass_pane", + "bedrock_data": 0, + "firstBlockRuntimeId": 9372, + "lastBlockRuntimeId": 9403 + }, + "minecraft:orange_stained_glass_pane": { + "bedrock_identifier": "minecraft:orange_stained_glass_pane", + "bedrock_data": 1, + "firstBlockRuntimeId": 9404, + "lastBlockRuntimeId": 9435 + }, + "minecraft:magenta_stained_glass_pane": { + "bedrock_identifier": "minecraft:magenta_stained_glass_pane", + "bedrock_data": 2, + "firstBlockRuntimeId": 9436, + "lastBlockRuntimeId": 9467 + }, + "minecraft:light_blue_stained_glass_pane": { + "bedrock_identifier": "minecraft:light_blue_stained_glass_pane", + "bedrock_data": 3, + "firstBlockRuntimeId": 9468, + "lastBlockRuntimeId": 9499 + }, + "minecraft:yellow_stained_glass_pane": { + "bedrock_identifier": "minecraft:yellow_stained_glass_pane", + "bedrock_data": 4, + "firstBlockRuntimeId": 9500, + "lastBlockRuntimeId": 9531 + }, + "minecraft:lime_stained_glass_pane": { + "bedrock_identifier": "minecraft:lime_stained_glass_pane", + "bedrock_data": 5, + "firstBlockRuntimeId": 9532, + "lastBlockRuntimeId": 9563 + }, + "minecraft:pink_stained_glass_pane": { + "bedrock_identifier": "minecraft:pink_stained_glass_pane", + "bedrock_data": 6, + "firstBlockRuntimeId": 9564, + "lastBlockRuntimeId": 9595 + }, + "minecraft:gray_stained_glass_pane": { + "bedrock_identifier": "minecraft:gray_stained_glass_pane", + "bedrock_data": 7, + "firstBlockRuntimeId": 9596, + "lastBlockRuntimeId": 9627 + }, + "minecraft:light_gray_stained_glass_pane": { + "bedrock_identifier": "minecraft:light_gray_stained_glass_pane", + "bedrock_data": 8, + "firstBlockRuntimeId": 9628, + "lastBlockRuntimeId": 9659 + }, + "minecraft:cyan_stained_glass_pane": { + "bedrock_identifier": "minecraft:cyan_stained_glass_pane", + "bedrock_data": 9, + "firstBlockRuntimeId": 9660, + "lastBlockRuntimeId": 9691 + }, + "minecraft:purple_stained_glass_pane": { + "bedrock_identifier": "minecraft:purple_stained_glass_pane", + "bedrock_data": 10, + "firstBlockRuntimeId": 9692, + "lastBlockRuntimeId": 9723 + }, + "minecraft:blue_stained_glass_pane": { + "bedrock_identifier": "minecraft:blue_stained_glass_pane", + "bedrock_data": 11, + "firstBlockRuntimeId": 9724, + "lastBlockRuntimeId": 9755 + }, + "minecraft:brown_stained_glass_pane": { + "bedrock_identifier": "minecraft:brown_stained_glass_pane", + "bedrock_data": 12, + "firstBlockRuntimeId": 9756, + "lastBlockRuntimeId": 9787 + }, + "minecraft:green_stained_glass_pane": { + "bedrock_identifier": "minecraft:green_stained_glass_pane", + "bedrock_data": 13, + "firstBlockRuntimeId": 9788, + "lastBlockRuntimeId": 9819 + }, + "minecraft:red_stained_glass_pane": { + "bedrock_identifier": "minecraft:red_stained_glass_pane", + "bedrock_data": 14, + "firstBlockRuntimeId": 9820, + "lastBlockRuntimeId": 9851 + }, + "minecraft:black_stained_glass_pane": { + "bedrock_identifier": "minecraft:black_stained_glass_pane", + "bedrock_data": 15, + "firstBlockRuntimeId": 9852, + "lastBlockRuntimeId": 9883 + }, + "minecraft:prismarine": { + "bedrock_identifier": "minecraft:prismarine", + "bedrock_data": 0, + "firstBlockRuntimeId": 10463 + }, + "minecraft:prismarine_bricks": { + "bedrock_identifier": "minecraft:prismarine", + "bedrock_data": 2, + "firstBlockRuntimeId": 10464 + }, + "minecraft:dark_prismarine": { + "bedrock_identifier": "minecraft:prismarine", + "bedrock_data": 1, + "firstBlockRuntimeId": 10465 + }, + "minecraft:prismarine_stairs": { + "bedrock_identifier": "minecraft:prismarine_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 10466, + "lastBlockRuntimeId": 10545 + }, + "minecraft:prismarine_brick_stairs": { + "bedrock_identifier": "minecraft:prismarine_bricks_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 10546, + "lastBlockRuntimeId": 10625 + }, + "minecraft:dark_prismarine_stairs": { + "bedrock_identifier": "minecraft:dark_prismarine_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 10626, + "lastBlockRuntimeId": 10705 + }, + "minecraft:sea_lantern": { + "bedrock_identifier": "minecraft:sea_lantern", + "bedrock_data": 0, + "firstBlockRuntimeId": 10724 + }, + "minecraft:red_sandstone": { + "bedrock_identifier": "minecraft:red_sandstone", + "bedrock_data": 0, + "firstBlockRuntimeId": 11079 + }, + "minecraft:chiseled_red_sandstone": { + "bedrock_identifier": "minecraft:red_sandstone", + "bedrock_data": 1, + "firstBlockRuntimeId": 11080 + }, + "minecraft:cut_red_sandstone": { + "bedrock_identifier": "minecraft:red_sandstone", + "bedrock_data": 2, + "firstBlockRuntimeId": 11081 + }, + "minecraft:red_sandstone_stairs": { + "bedrock_identifier": "minecraft:red_sandstone_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 11082, + "lastBlockRuntimeId": 11161 + }, + "minecraft:repeating_command_block": { + "bedrock_identifier": "minecraft:repeating_command_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12515, + "lastBlockRuntimeId": 12526 + }, + "minecraft:chain_command_block": { + "bedrock_identifier": "minecraft:chain_command_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12527, + "lastBlockRuntimeId": 12538 + }, + "minecraft:magma_block": { + "bedrock_identifier": "minecraft:magma", + "bedrock_data": 0, + "firstBlockRuntimeId": 12543 + }, + "minecraft:nether_wart_block": { + "bedrock_identifier": "minecraft:nether_wart_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12544 + }, + "minecraft:warped_wart_block": { + "bedrock_identifier": "minecraft:warped_wart_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 18593 + }, + "minecraft:red_nether_bricks": { + "bedrock_identifier": "minecraft:red_nether_brick", + "bedrock_data": 0, + "firstBlockRuntimeId": 12545 + }, + "minecraft:bone_block": { + "bedrock_identifier": "minecraft:bone_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12546, + "lastBlockRuntimeId": 12548 + }, + "minecraft:structure_void": { + "bedrock_identifier": "minecraft:structure_void", + "bedrock_data": 0, + "firstBlockRuntimeId": 12549 + }, + "minecraft:shulker_box": { + "bedrock_identifier": "minecraft:undyed_shulker_box", + "bedrock_data": 0, + "firstBlockRuntimeId": 12562, + "lastBlockRuntimeId": 12567 + }, + "minecraft:white_shulker_box": { + "bedrock_identifier": "minecraft:white_shulker_box", + "bedrock_data": 0, + "firstBlockRuntimeId": 12568, + "lastBlockRuntimeId": 12573 + }, + "minecraft:orange_shulker_box": { + "bedrock_identifier": "minecraft:orange_shulker_box", + "bedrock_data": 1, + "firstBlockRuntimeId": 12574, + "lastBlockRuntimeId": 12579 + }, + "minecraft:magenta_shulker_box": { + "bedrock_identifier": "minecraft:magenta_shulker_box", + "bedrock_data": 2, + "firstBlockRuntimeId": 12580, + "lastBlockRuntimeId": 12585 + }, + "minecraft:light_blue_shulker_box": { + "bedrock_identifier": "minecraft:light_blue_shulker_box", + "bedrock_data": 3, + "firstBlockRuntimeId": 12586, + "lastBlockRuntimeId": 12591 + }, + "minecraft:yellow_shulker_box": { + "bedrock_identifier": "minecraft:yellow_shulker_box", + "bedrock_data": 4, + "firstBlockRuntimeId": 12592, + "lastBlockRuntimeId": 12597 + }, + "minecraft:lime_shulker_box": { + "bedrock_identifier": "minecraft:lime_shulker_box", + "bedrock_data": 5, + "firstBlockRuntimeId": 12598, + "lastBlockRuntimeId": 12603 + }, + "minecraft:pink_shulker_box": { + "bedrock_identifier": "minecraft:pink_shulker_box", + "bedrock_data": 6, + "firstBlockRuntimeId": 12604, + "lastBlockRuntimeId": 12609 + }, + "minecraft:gray_shulker_box": { + "bedrock_identifier": "minecraft:gray_shulker_box", + "bedrock_data": 7, + "firstBlockRuntimeId": 12610, + "lastBlockRuntimeId": 12615 + }, + "minecraft:light_gray_shulker_box": { + "bedrock_identifier": "minecraft:light_gray_shulker_box", + "bedrock_data": 8, + "firstBlockRuntimeId": 12616, + "lastBlockRuntimeId": 12621 + }, + "minecraft:cyan_shulker_box": { + "bedrock_identifier": "minecraft:cyan_shulker_box", + "bedrock_data": 9, + "firstBlockRuntimeId": 12622, + "lastBlockRuntimeId": 12627 + }, + "minecraft:purple_shulker_box": { + "bedrock_identifier": "minecraft:purple_shulker_box", + "bedrock_data": 10, + "firstBlockRuntimeId": 12628, + "lastBlockRuntimeId": 12633 + }, + "minecraft:blue_shulker_box": { + "bedrock_identifier": "minecraft:blue_shulker_box", + "bedrock_data": 11, + "firstBlockRuntimeId": 12634, + "lastBlockRuntimeId": 12639 + }, + "minecraft:brown_shulker_box": { + "bedrock_identifier": "minecraft:brown_shulker_box", + "bedrock_data": 12, + "firstBlockRuntimeId": 12640, + "lastBlockRuntimeId": 12645 + }, + "minecraft:green_shulker_box": { + "bedrock_identifier": "minecraft:green_shulker_box", + "bedrock_data": 13, + "firstBlockRuntimeId": 12646, + "lastBlockRuntimeId": 12651 + }, + "minecraft:red_shulker_box": { + "bedrock_identifier": "minecraft:red_shulker_box", + "bedrock_data": 14, + "firstBlockRuntimeId": 12652, + "lastBlockRuntimeId": 12657 + }, + "minecraft:black_shulker_box": { + "bedrock_identifier": "minecraft:black_shulker_box", + "bedrock_data": 15, + "firstBlockRuntimeId": 12658, + "lastBlockRuntimeId": 12663 + }, + "minecraft:white_glazed_terracotta": { + "bedrock_identifier": "minecraft:white_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12664, + "lastBlockRuntimeId": 12667 + }, + "minecraft:orange_glazed_terracotta": { + "bedrock_identifier": "minecraft:orange_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12668, + "lastBlockRuntimeId": 12671 + }, + "minecraft:magenta_glazed_terracotta": { + "bedrock_identifier": "minecraft:magenta_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12672, + "lastBlockRuntimeId": 12675 + }, + "minecraft:light_blue_glazed_terracotta": { + "bedrock_identifier": "minecraft:light_blue_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12676, + "lastBlockRuntimeId": 12679 + }, + "minecraft:yellow_glazed_terracotta": { + "bedrock_identifier": "minecraft:yellow_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12680, + "lastBlockRuntimeId": 12683 + }, + "minecraft:lime_glazed_terracotta": { + "bedrock_identifier": "minecraft:lime_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12684, + "lastBlockRuntimeId": 12687 + }, + "minecraft:pink_glazed_terracotta": { + "bedrock_identifier": "minecraft:pink_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12688, + "lastBlockRuntimeId": 12691 + }, + "minecraft:gray_glazed_terracotta": { + "bedrock_identifier": "minecraft:gray_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12692, + "lastBlockRuntimeId": 12695 + }, + "minecraft:light_gray_glazed_terracotta": { + "bedrock_identifier": "minecraft:silver_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12696, + "lastBlockRuntimeId": 12699 + }, + "minecraft:cyan_glazed_terracotta": { + "bedrock_identifier": "minecraft:cyan_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12700, + "lastBlockRuntimeId": 12703 + }, + "minecraft:purple_glazed_terracotta": { + "bedrock_identifier": "minecraft:purple_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12704, + "lastBlockRuntimeId": 12707 + }, + "minecraft:blue_glazed_terracotta": { + "bedrock_identifier": "minecraft:blue_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12708, + "lastBlockRuntimeId": 12711 + }, + "minecraft:brown_glazed_terracotta": { + "bedrock_identifier": "minecraft:brown_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12712, + "lastBlockRuntimeId": 12715 + }, + "minecraft:green_glazed_terracotta": { + "bedrock_identifier": "minecraft:green_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12716, + "lastBlockRuntimeId": 12719 + }, + "minecraft:red_glazed_terracotta": { + "bedrock_identifier": "minecraft:red_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12720, + "lastBlockRuntimeId": 12723 + }, + "minecraft:black_glazed_terracotta": { + "bedrock_identifier": "minecraft:black_glazed_terracotta", + "bedrock_data": 0, + "firstBlockRuntimeId": 12724, + "lastBlockRuntimeId": 12727 + }, + "minecraft:white_concrete": { + "bedrock_identifier": "minecraft:white_concrete", + "bedrock_data": 0, + "firstBlockRuntimeId": 12728 + }, + "minecraft:orange_concrete": { + "bedrock_identifier": "minecraft:orange_concrete", + "bedrock_data": 1, + "firstBlockRuntimeId": 12729 + }, + "minecraft:magenta_concrete": { + "bedrock_identifier": "minecraft:magenta_concrete", + "bedrock_data": 2, + "firstBlockRuntimeId": 12730 + }, + "minecraft:light_blue_concrete": { + "bedrock_identifier": "minecraft:light_blue_concrete", + "bedrock_data": 3, + "firstBlockRuntimeId": 12731 + }, + "minecraft:yellow_concrete": { + "bedrock_identifier": "minecraft:yellow_concrete", + "bedrock_data": 4, + "firstBlockRuntimeId": 12732 + }, + "minecraft:lime_concrete": { + "bedrock_identifier": "minecraft:lime_concrete", + "bedrock_data": 5, + "firstBlockRuntimeId": 12733 + }, + "minecraft:pink_concrete": { + "bedrock_identifier": "minecraft:pink_concrete", + "bedrock_data": 6, + "firstBlockRuntimeId": 12734 + }, + "minecraft:gray_concrete": { + "bedrock_identifier": "minecraft:gray_concrete", + "bedrock_data": 7, + "firstBlockRuntimeId": 12735 + }, + "minecraft:light_gray_concrete": { + "bedrock_identifier": "minecraft:light_gray_concrete", + "bedrock_data": 8, + "firstBlockRuntimeId": 12736 + }, + "minecraft:cyan_concrete": { + "bedrock_identifier": "minecraft:cyan_concrete", + "bedrock_data": 9, + "firstBlockRuntimeId": 12737 + }, + "minecraft:purple_concrete": { + "bedrock_identifier": "minecraft:purple_concrete", + "bedrock_data": 10, + "firstBlockRuntimeId": 12738 + }, + "minecraft:blue_concrete": { + "bedrock_identifier": "minecraft:blue_concrete", + "bedrock_data": 11, + "firstBlockRuntimeId": 12739 + }, + "minecraft:brown_concrete": { + "bedrock_identifier": "minecraft:brown_concrete", + "bedrock_data": 12, + "firstBlockRuntimeId": 12740 + }, + "minecraft:green_concrete": { + "bedrock_identifier": "minecraft:green_concrete", + "bedrock_data": 13, + "firstBlockRuntimeId": 12741 + }, + "minecraft:red_concrete": { + "bedrock_identifier": "minecraft:red_concrete", + "bedrock_data": 14, + "firstBlockRuntimeId": 12742 + }, + "minecraft:black_concrete": { + "bedrock_identifier": "minecraft:black_concrete", + "bedrock_data": 15, + "firstBlockRuntimeId": 12743 + }, + "minecraft:white_concrete_powder": { + "bedrock_identifier": "minecraft:white_concrete_powder", + "bedrock_data": 0, + "firstBlockRuntimeId": 12744 + }, + "minecraft:orange_concrete_powder": { + "bedrock_identifier": "minecraft:orange_concrete_powder", + "bedrock_data": 1, + "firstBlockRuntimeId": 12745 + }, + "minecraft:magenta_concrete_powder": { + "bedrock_identifier": "minecraft:magenta_concrete_powder", + "bedrock_data": 2, + "firstBlockRuntimeId": 12746 + }, + "minecraft:light_blue_concrete_powder": { + "bedrock_identifier": "minecraft:light_blue_concrete_powder", + "bedrock_data": 3, + "firstBlockRuntimeId": 12747 + }, + "minecraft:yellow_concrete_powder": { + "bedrock_identifier": "minecraft:yellow_concrete_powder", + "bedrock_data": 4, + "firstBlockRuntimeId": 12748 + }, + "minecraft:lime_concrete_powder": { + "bedrock_identifier": "minecraft:lime_concrete_powder", + "bedrock_data": 5, + "firstBlockRuntimeId": 12749 + }, + "minecraft:pink_concrete_powder": { + "bedrock_identifier": "minecraft:pink_concrete_powder", + "bedrock_data": 6, + "firstBlockRuntimeId": 12750 + }, + "minecraft:gray_concrete_powder": { + "bedrock_identifier": "minecraft:gray_concrete_powder", + "bedrock_data": 7, + "firstBlockRuntimeId": 12751 + }, + "minecraft:light_gray_concrete_powder": { + "bedrock_identifier": "minecraft:light_gray_concrete_powder", + "bedrock_data": 8, + "firstBlockRuntimeId": 12752 + }, + "minecraft:cyan_concrete_powder": { + "bedrock_identifier": "minecraft:cyan_concrete_powder", + "bedrock_data": 9, + "firstBlockRuntimeId": 12753 + }, + "minecraft:purple_concrete_powder": { + "bedrock_identifier": "minecraft:purple_concrete_powder", + "bedrock_data": 10, + "firstBlockRuntimeId": 12754 + }, + "minecraft:blue_concrete_powder": { + "bedrock_identifier": "minecraft:blue_concrete_powder", + "bedrock_data": 11, + "firstBlockRuntimeId": 12755 + }, + "minecraft:brown_concrete_powder": { + "bedrock_identifier": "minecraft:brown_concrete_powder", + "bedrock_data": 12, + "firstBlockRuntimeId": 12756 + }, + "minecraft:green_concrete_powder": { + "bedrock_identifier": "minecraft:green_concrete_powder", + "bedrock_data": 13, + "firstBlockRuntimeId": 12757 + }, + "minecraft:red_concrete_powder": { + "bedrock_identifier": "minecraft:red_concrete_powder", + "bedrock_data": 14, + "firstBlockRuntimeId": 12758 + }, + "minecraft:black_concrete_powder": { + "bedrock_identifier": "minecraft:black_concrete_powder", + "bedrock_data": 15, + "firstBlockRuntimeId": 12759 + }, + "minecraft:turtle_egg": { + "bedrock_identifier": "minecraft:turtle_egg", + "bedrock_data": 0, + "firstBlockRuntimeId": 12788, + "lastBlockRuntimeId": 12799 + }, + "minecraft:sniffer_egg": { + "bedrock_identifier": "minecraft:sniffer_egg", + "bedrock_data": 0, + "firstBlockRuntimeId": 12800, + "lastBlockRuntimeId": 12802 + }, + "minecraft:dead_tube_coral_block": { + "bedrock_identifier": "minecraft:dead_tube_coral_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12803 + }, + "minecraft:dead_brain_coral_block": { + "bedrock_identifier": "minecraft:dead_brain_coral_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12804 + }, + "minecraft:dead_bubble_coral_block": { + "bedrock_identifier": "minecraft:dead_bubble_coral_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12805 + }, + "minecraft:dead_fire_coral_block": { + "bedrock_identifier": "minecraft:dead_fire_coral_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12806 + }, + "minecraft:dead_horn_coral_block": { + "bedrock_identifier": "minecraft:dead_horn_coral_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12807 + }, + "minecraft:tube_coral_block": { + "bedrock_identifier": "minecraft:tube_coral_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12808 + }, + "minecraft:brain_coral_block": { + "bedrock_identifier": "minecraft:brain_coral_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12809 + }, + "minecraft:bubble_coral_block": { + "bedrock_identifier": "minecraft:bubble_coral_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12810 + }, + "minecraft:fire_coral_block": { + "bedrock_identifier": "minecraft:fire_coral_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12811 + }, + "minecraft:horn_coral_block": { + "bedrock_identifier": "minecraft:horn_coral_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12812 + }, + "minecraft:tube_coral": { + "bedrock_identifier": "minecraft:tube_coral", + "bedrock_data": 0, + "firstBlockRuntimeId": 12823, + "lastBlockRuntimeId": 12824 + }, + "minecraft:brain_coral": { + "bedrock_identifier": "minecraft:brain_coral", + "bedrock_data": 1, + "firstBlockRuntimeId": 12825, + "lastBlockRuntimeId": 12826 + }, + "minecraft:bubble_coral": { + "bedrock_identifier": "minecraft:bubble_coral", + "bedrock_data": 2, + "firstBlockRuntimeId": 12827, + "lastBlockRuntimeId": 12828 + }, + "minecraft:fire_coral": { + "bedrock_identifier": "minecraft:fire_coral", + "bedrock_data": 3, + "firstBlockRuntimeId": 12829, + "lastBlockRuntimeId": 12830 + }, + "minecraft:horn_coral": { + "bedrock_identifier": "minecraft:horn_coral", + "bedrock_data": 4, + "firstBlockRuntimeId": 12831, + "lastBlockRuntimeId": 12832 + }, + "minecraft:dead_brain_coral": { + "bedrock_identifier": "minecraft:dead_brain_coral", + "bedrock_data": 9, + "firstBlockRuntimeId": 12815, + "lastBlockRuntimeId": 12816 + }, + "minecraft:dead_bubble_coral": { + "bedrock_identifier": "minecraft:dead_bubble_coral", + "bedrock_data": 10, + "firstBlockRuntimeId": 12817, + "lastBlockRuntimeId": 12818 + }, + "minecraft:dead_fire_coral": { + "bedrock_identifier": "minecraft:dead_fire_coral", + "bedrock_data": 11, + "firstBlockRuntimeId": 12819, + "lastBlockRuntimeId": 12820 + }, + "minecraft:dead_horn_coral": { + "bedrock_identifier": "minecraft:dead_horn_coral", + "bedrock_data": 12, + "firstBlockRuntimeId": 12821, + "lastBlockRuntimeId": 12822 + }, + "minecraft:dead_tube_coral": { + "bedrock_identifier": "minecraft:dead_tube_coral", + "bedrock_data": 8, + "firstBlockRuntimeId": 12813, + "lastBlockRuntimeId": 12814 + }, + "minecraft:tube_coral_fan": { + "bedrock_identifier": "minecraft:tube_coral_fan", + "bedrock_data": 0, + "firstBlockRuntimeId": 12843, + "lastBlockRuntimeId": 12844 + }, + "minecraft:brain_coral_fan": { + "bedrock_identifier": "minecraft:brain_coral_fan", + "bedrock_data": 0, + "firstBlockRuntimeId": 12845, + "lastBlockRuntimeId": 12846 + }, + "minecraft:bubble_coral_fan": { + "bedrock_identifier": "minecraft:bubble_coral_fan", + "bedrock_data": 0, + "firstBlockRuntimeId": 12847, + "lastBlockRuntimeId": 12848 + }, + "minecraft:fire_coral_fan": { + "bedrock_identifier": "minecraft:fire_coral_fan", + "bedrock_data": 0, + "firstBlockRuntimeId": 12849, + "lastBlockRuntimeId": 12850 + }, + "minecraft:horn_coral_fan": { + "bedrock_identifier": "minecraft:horn_coral_fan", + "bedrock_data": 0, + "firstBlockRuntimeId": 12851, + "lastBlockRuntimeId": 12852 + }, + "minecraft:dead_tube_coral_fan": { + "bedrock_identifier": "minecraft:dead_tube_coral_fan", + "bedrock_data": 0, + "firstBlockRuntimeId": 12833, + "lastBlockRuntimeId": 12834 + }, + "minecraft:dead_brain_coral_fan": { + "bedrock_identifier": "minecraft:dead_brain_coral_fan", + "bedrock_data": 0, + "firstBlockRuntimeId": 12835, + "lastBlockRuntimeId": 12836 + }, + "minecraft:dead_bubble_coral_fan": { + "bedrock_identifier": "minecraft:dead_bubble_coral_fan", + "bedrock_data": 0, + "firstBlockRuntimeId": 12837, + "lastBlockRuntimeId": 12838 + }, + "minecraft:dead_fire_coral_fan": { + "bedrock_identifier": "minecraft:dead_fire_coral_fan", + "bedrock_data": 0, + "firstBlockRuntimeId": 12839, + "lastBlockRuntimeId": 12840 + }, + "minecraft:dead_horn_coral_fan": { + "bedrock_identifier": "minecraft:dead_horn_coral_fan", + "bedrock_data": 0, + "firstBlockRuntimeId": 12841, + "lastBlockRuntimeId": 12842 + }, + "minecraft:blue_ice": { + "bedrock_identifier": "minecraft:blue_ice", + "bedrock_data": 0, + "firstBlockRuntimeId": 12941 + }, + "minecraft:conduit": { + "bedrock_identifier": "minecraft:conduit", + "bedrock_data": 0, + "firstBlockRuntimeId": 12942, + "lastBlockRuntimeId": 12943 + }, + "minecraft:polished_granite_stairs": { + "bedrock_identifier": "minecraft:polished_granite_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 12962, + "lastBlockRuntimeId": 13041 + }, + "minecraft:smooth_red_sandstone_stairs": { + "bedrock_identifier": "minecraft:smooth_red_sandstone_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 13042, + "lastBlockRuntimeId": 13121 + }, + "minecraft:mossy_stone_brick_stairs": { + "bedrock_identifier": "minecraft:mossy_stone_brick_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 13122, + "lastBlockRuntimeId": 13201 + }, + "minecraft:polished_diorite_stairs": { + "bedrock_identifier": "minecraft:polished_diorite_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 13202, + "lastBlockRuntimeId": 13281 + }, + "minecraft:mossy_cobblestone_stairs": { + "bedrock_identifier": "minecraft:mossy_cobblestone_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 13282, + "lastBlockRuntimeId": 13361 + }, + "minecraft:end_stone_brick_stairs": { + "bedrock_identifier": "minecraft:end_brick_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 13362, + "lastBlockRuntimeId": 13441 + }, + "minecraft:stone_stairs": { + "bedrock_identifier": "minecraft:normal_stone_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 13442, + "lastBlockRuntimeId": 13521 + }, + "minecraft:smooth_sandstone_stairs": { + "bedrock_identifier": "minecraft:smooth_sandstone_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 13522, + "lastBlockRuntimeId": 13601 + }, + "minecraft:smooth_quartz_stairs": { + "bedrock_identifier": "minecraft:smooth_quartz_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 13602, + "lastBlockRuntimeId": 13681 + }, + "minecraft:granite_stairs": { + "bedrock_identifier": "minecraft:granite_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 13682, + "lastBlockRuntimeId": 13761 + }, + "minecraft:andesite_stairs": { + "bedrock_identifier": "minecraft:andesite_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 13762, + "lastBlockRuntimeId": 13841 + }, + "minecraft:red_nether_brick_stairs": { + "bedrock_identifier": "minecraft:red_nether_brick_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 13842, + "lastBlockRuntimeId": 13921 + }, + "minecraft:polished_andesite_stairs": { + "bedrock_identifier": "minecraft:polished_andesite_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 13922, + "lastBlockRuntimeId": 14001 + }, + "minecraft:diorite_stairs": { + "bedrock_identifier": "minecraft:diorite_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 14002, + "lastBlockRuntimeId": 14081 + }, + "minecraft:cobbled_deepslate_stairs": { + "bedrock_identifier": "minecraft:cobbled_deepslate_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 24908, + "lastBlockRuntimeId": 24987 + }, + "minecraft:polished_deepslate_stairs": { + "bedrock_identifier": "minecraft:polished_deepslate_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 25319, + "lastBlockRuntimeId": 25398 + }, + "minecraft:deepslate_brick_stairs": { + "bedrock_identifier": "minecraft:deepslate_brick_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 26141, + "lastBlockRuntimeId": 26220 + }, + "minecraft:deepslate_tile_stairs": { + "bedrock_identifier": "minecraft:deepslate_tile_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 25730, + "lastBlockRuntimeId": 25809 + }, + "minecraft:polished_granite_slab": { + "bedrock_identifier": "minecraft:stone_block_slab3", + "bedrock_data": 7, + "firstBlockRuntimeId": 14082, + "lastBlockRuntimeId": 14087 + }, + "minecraft:smooth_red_sandstone_slab": { + "bedrock_identifier": "minecraft:stone_block_slab3", + "bedrock_data": 1, + "firstBlockRuntimeId": 14088, + "lastBlockRuntimeId": 14093 + }, + "minecraft:mossy_stone_brick_slab": { + "bedrock_identifier": "minecraft:stone_block_slab4", + "bedrock_data": 0, + "firstBlockRuntimeId": 14094, + "lastBlockRuntimeId": 14099 + }, + "minecraft:polished_diorite_slab": { + "bedrock_identifier": "minecraft:stone_block_slab3", + "bedrock_data": 5, + "firstBlockRuntimeId": 14100, + "lastBlockRuntimeId": 14105 + }, + "minecraft:mossy_cobblestone_slab": { + "bedrock_identifier": "minecraft:stone_block_slab2", + "bedrock_data": 5, + "firstBlockRuntimeId": 14106, + "lastBlockRuntimeId": 14111 + }, + "minecraft:end_stone_brick_slab": { + "bedrock_identifier": "minecraft:stone_block_slab3", + "bedrock_data": 0, + "firstBlockRuntimeId": 14112, + "lastBlockRuntimeId": 14117 + }, + "minecraft:smooth_sandstone_slab": { + "bedrock_identifier": "minecraft:stone_block_slab2", + "bedrock_data": 6, + "firstBlockRuntimeId": 14118, + "lastBlockRuntimeId": 14123 + }, + "minecraft:smooth_quartz_slab": { + "bedrock_identifier": "minecraft:stone_block_slab4", + "bedrock_data": 1, + "firstBlockRuntimeId": 14124, + "lastBlockRuntimeId": 14129 + }, + "minecraft:granite_slab": { + "bedrock_identifier": "minecraft:stone_block_slab3", + "bedrock_data": 6, + "firstBlockRuntimeId": 14130, + "lastBlockRuntimeId": 14135 + }, + "minecraft:andesite_slab": { + "bedrock_identifier": "minecraft:stone_block_slab3", + "bedrock_data": 3, + "firstBlockRuntimeId": 14136, + "lastBlockRuntimeId": 14141 + }, + "minecraft:red_nether_brick_slab": { + "bedrock_identifier": "minecraft:stone_block_slab2", + "bedrock_data": 7, + "firstBlockRuntimeId": 14142, + "lastBlockRuntimeId": 14147 + }, + "minecraft:polished_andesite_slab": { + "bedrock_identifier": "minecraft:stone_block_slab3", + "bedrock_data": 2, + "firstBlockRuntimeId": 14148, + "lastBlockRuntimeId": 14153 + }, + "minecraft:diorite_slab": { + "bedrock_identifier": "minecraft:stone_block_slab3", + "bedrock_data": 4, + "firstBlockRuntimeId": 14154, + "lastBlockRuntimeId": 14159 + }, + "minecraft:cobbled_deepslate_slab": { + "bedrock_identifier": "minecraft:cobbled_deepslate_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 24988, + "lastBlockRuntimeId": 24993 + }, + "minecraft:polished_deepslate_slab": { + "bedrock_identifier": "minecraft:polished_deepslate_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 25399, + "lastBlockRuntimeId": 25404 + }, + "minecraft:deepslate_brick_slab": { + "bedrock_identifier": "minecraft:deepslate_brick_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 26221, + "lastBlockRuntimeId": 26226 + }, + "minecraft:deepslate_tile_slab": { + "bedrock_identifier": "minecraft:deepslate_tile_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 25810, + "lastBlockRuntimeId": 25815 + }, + "minecraft:scaffolding": { + "bedrock_identifier": "minecraft:scaffolding", + "bedrock_data": 0, + "firstBlockRuntimeId": 18372, + "lastBlockRuntimeId": 18403 + }, + "minecraft:redstone": { + "bedrock_identifier": "minecraft:redstone", + "bedrock_data": 0, + "firstBlockRuntimeId": 2978, + "lastBlockRuntimeId": 4273 + }, + "minecraft:redstone_torch": { + "bedrock_identifier": "minecraft:redstone_torch", + "bedrock_data": 0, + "firstBlockRuntimeId": 5738, + "lastBlockRuntimeId": 5739 + }, + "minecraft:redstone_block": { + "bedrock_identifier": "minecraft:redstone_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 9223 + }, + "minecraft:repeater": { + "bedrock_identifier": "minecraft:repeater", + "bedrock_data": 0, + "firstBlockRuntimeId": 5881, + "lastBlockRuntimeId": 5944 + }, + "minecraft:comparator": { + "bedrock_identifier": "minecraft:comparator", + "bedrock_data": 0, + "firstBlockRuntimeId": 9175, + "lastBlockRuntimeId": 9190 + }, + "minecraft:piston": { + "bedrock_identifier": "minecraft:piston", + "bedrock_data": 1, + "firstBlockRuntimeId": 2011, + "lastBlockRuntimeId": 2022 + }, + "minecraft:sticky_piston": { + "bedrock_identifier": "minecraft:sticky_piston", + "bedrock_data": 1, + "firstBlockRuntimeId": 1992, + "lastBlockRuntimeId": 2003 + }, + "minecraft:slime_block": { + "bedrock_identifier": "minecraft:slime", + "bedrock_data": 0, + "firstBlockRuntimeId": 10364 + }, + "minecraft:honey_block": { + "bedrock_identifier": "minecraft:honey_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 19445 + }, + "minecraft:observer": { + "bedrock_identifier": "minecraft:observer", + "bedrock_data": 0, + "firstBlockRuntimeId": 12550, + "lastBlockRuntimeId": 12561 + }, + "minecraft:hopper": { + "bedrock_identifier": "minecraft:hopper", + "bedrock_data": 0, + "firstBlockRuntimeId": 9225, + "lastBlockRuntimeId": 9234 + }, + "minecraft:dispenser": { + "bedrock_identifier": "minecraft:dispenser", + "bedrock_data": 3, + "firstBlockRuntimeId": 523, + "lastBlockRuntimeId": 534 + }, + "minecraft:dropper": { + "bedrock_identifier": "minecraft:dropper", + "bedrock_data": 3, + "firstBlockRuntimeId": 9344, + "lastBlockRuntimeId": 9355 + }, + "minecraft:lectern": { + "bedrock_identifier": "minecraft:lectern", + "bedrock_data": 0, + "firstBlockRuntimeId": 18450, + "lastBlockRuntimeId": 18465 + }, + "minecraft:target": { + "bedrock_identifier": "minecraft:target", + "bedrock_data": 0, + "firstBlockRuntimeId": 19381, + "lastBlockRuntimeId": 19396 + }, + "minecraft:lever": { + "bedrock_identifier": "minecraft:lever", + "bedrock_data": 0, + "firstBlockRuntimeId": 5626, + "lastBlockRuntimeId": 5649 + }, + "minecraft:lightning_rod": { + "bedrock_identifier": "minecraft:lightning_rod", + "bedrock_data": 0, + "firstBlockRuntimeId": 24724, + "lastBlockRuntimeId": 24747 + }, + "minecraft:daylight_detector": { + "bedrock_identifier": "minecraft:daylight_detector", + "bedrock_data": 0, + "firstBlockRuntimeId": 9191, + "lastBlockRuntimeId": 9222 + }, + "minecraft:sculk_sensor": { + "bedrock_identifier": "minecraft:sculk_sensor", + "bedrock_data": 0, + "firstBlockRuntimeId": 22319, + "lastBlockRuntimeId": 22414 + }, + "minecraft:calibrated_sculk_sensor": { + "bedrock_identifier": "minecraft:calibrated_sculk_sensor", + "bedrock_data": 0, + "firstBlockRuntimeId": 22415, + "lastBlockRuntimeId": 22798 + }, + "minecraft:tripwire_hook": { + "bedrock_identifier": "minecraft:tripwire_hook", + "bedrock_data": 0, + "firstBlockRuntimeId": 7521, + "lastBlockRuntimeId": 7536 + }, + "minecraft:trapped_chest": { + "bedrock_identifier": "minecraft:trapped_chest", + "bedrock_data": 0, + "firstBlockRuntimeId": 9119, + "lastBlockRuntimeId": 9142 + }, + "minecraft:tnt": { + "bedrock_identifier": "minecraft:tnt", + "bedrock_data": 0, + "firstBlockRuntimeId": 2094, + "lastBlockRuntimeId": 2095 + }, + "minecraft:redstone_lamp": { + "bedrock_identifier": "minecraft:redstone_lamp", + "bedrock_data": 0, + "firstBlockRuntimeId": 7417, + "lastBlockRuntimeId": 7418 + }, + "minecraft:note_block": { + "bedrock_identifier": "minecraft:noteblock", + "bedrock_data": 0, + "firstBlockRuntimeId": 538, + "lastBlockRuntimeId": 1687 + }, + "minecraft:stone_button": { + "bedrock_identifier": "minecraft:stone_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 5748, + "lastBlockRuntimeId": 5771 + }, + "minecraft:polished_blackstone_button": { + "bedrock_identifier": "minecraft:polished_blackstone_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 20374, + "lastBlockRuntimeId": 20397 + }, + "minecraft:oak_button": { + "bedrock_identifier": "minecraft:wooden_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 8611, + "lastBlockRuntimeId": 8634 + }, + "minecraft:spruce_button": { + "bedrock_identifier": "minecraft:spruce_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 8635, + "lastBlockRuntimeId": 8658 + }, + "minecraft:birch_button": { + "bedrock_identifier": "minecraft:birch_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 8659, + "lastBlockRuntimeId": 8682 + }, + "minecraft:jungle_button": { + "bedrock_identifier": "minecraft:jungle_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 8683, + "lastBlockRuntimeId": 8706 + }, + "minecraft:acacia_button": { + "bedrock_identifier": "minecraft:acacia_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 8707, + "lastBlockRuntimeId": 8730 + }, + "minecraft:cherry_button": { + "bedrock_identifier": "minecraft:cherry_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 8731, + "lastBlockRuntimeId": 8754 + }, + "minecraft:dark_oak_button": { + "bedrock_identifier": "minecraft:dark_oak_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 8755, + "lastBlockRuntimeId": 8778 + }, + "minecraft:mangrove_button": { + "bedrock_identifier": "minecraft:mangrove_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 8779, + "lastBlockRuntimeId": 8802 + }, + "minecraft:bamboo_button": { + "bedrock_identifier": "minecraft:bamboo_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 8803, + "lastBlockRuntimeId": 8826 + }, + "minecraft:crimson_button": { + "bedrock_identifier": "minecraft:crimson_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 19100, + "lastBlockRuntimeId": 19123 + }, + "minecraft:warped_button": { + "bedrock_identifier": "minecraft:warped_button", + "bedrock_data": 0, + "firstBlockRuntimeId": 19124, + "lastBlockRuntimeId": 19147 + }, + "minecraft:stone_pressure_plate": { + "bedrock_identifier": "minecraft:stone_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 5650, + "lastBlockRuntimeId": 5651 + }, + "minecraft:polished_blackstone_pressure_plate": { + "bedrock_identifier": "minecraft:polished_blackstone_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 20372, + "lastBlockRuntimeId": 20373 + }, + "minecraft:light_weighted_pressure_plate": { + "bedrock_identifier": "minecraft:light_weighted_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 9143, + "lastBlockRuntimeId": 9158 + }, + "minecraft:heavy_weighted_pressure_plate": { + "bedrock_identifier": "minecraft:heavy_weighted_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 9159, + "lastBlockRuntimeId": 9174 + }, + "minecraft:oak_pressure_plate": { + "bedrock_identifier": "minecraft:wooden_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 5716, + "lastBlockRuntimeId": 5717 + }, + "minecraft:spruce_pressure_plate": { + "bedrock_identifier": "minecraft:spruce_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 5718, + "lastBlockRuntimeId": 5719 + }, + "minecraft:birch_pressure_plate": { + "bedrock_identifier": "minecraft:birch_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 5720, + "lastBlockRuntimeId": 5721 + }, + "minecraft:jungle_pressure_plate": { + "bedrock_identifier": "minecraft:jungle_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 5722, + "lastBlockRuntimeId": 5723 + }, + "minecraft:acacia_pressure_plate": { + "bedrock_identifier": "minecraft:acacia_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 5724, + "lastBlockRuntimeId": 5725 + }, + "minecraft:cherry_pressure_plate": { + "bedrock_identifier": "minecraft:cherry_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 5726, + "lastBlockRuntimeId": 5727 + }, + "minecraft:dark_oak_pressure_plate": { + "bedrock_identifier": "minecraft:dark_oak_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 5728, + "lastBlockRuntimeId": 5729 + }, + "minecraft:mangrove_pressure_plate": { + "bedrock_identifier": "minecraft:mangrove_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 5730, + "lastBlockRuntimeId": 5731 + }, + "minecraft:bamboo_pressure_plate": { + "bedrock_identifier": "minecraft:bamboo_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 5732, + "lastBlockRuntimeId": 5733 + }, + "minecraft:crimson_pressure_plate": { + "bedrock_identifier": "minecraft:crimson_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 18680, + "lastBlockRuntimeId": 18681 + }, + "minecraft:warped_pressure_plate": { + "bedrock_identifier": "minecraft:warped_pressure_plate", + "bedrock_data": 0, + "firstBlockRuntimeId": 18682, + "lastBlockRuntimeId": 18683 + }, + "minecraft:iron_door": { + "bedrock_identifier": "minecraft:iron_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 5652, + "lastBlockRuntimeId": 5715 + }, + "minecraft:oak_door": { + "bedrock_identifier": "minecraft:wooden_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 4590, + "lastBlockRuntimeId": 4653 + }, + "minecraft:spruce_door": { + "bedrock_identifier": "minecraft:spruce_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 11822, + "lastBlockRuntimeId": 11885 + }, + "minecraft:birch_door": { + "bedrock_identifier": "minecraft:birch_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 11886, + "lastBlockRuntimeId": 11949 + }, + "minecraft:jungle_door": { + "bedrock_identifier": "minecraft:jungle_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 11950, + "lastBlockRuntimeId": 12013 + }, + "minecraft:acacia_door": { + "bedrock_identifier": "minecraft:acacia_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 12014, + "lastBlockRuntimeId": 12077 + }, + "minecraft:cherry_door": { + "bedrock_identifier": "minecraft:cherry_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 12078, + "lastBlockRuntimeId": 12141 + }, + "minecraft:dark_oak_door": { + "bedrock_identifier": "minecraft:dark_oak_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 12142, + "lastBlockRuntimeId": 12205 + }, + "minecraft:mangrove_door": { + "bedrock_identifier": "minecraft:mangrove_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 12206, + "lastBlockRuntimeId": 12269 + }, + "minecraft:bamboo_door": { + "bedrock_identifier": "minecraft:bamboo_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 12270, + "lastBlockRuntimeId": 12333 + }, + "minecraft:crimson_door": { + "bedrock_identifier": "minecraft:crimson_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 19148, + "lastBlockRuntimeId": 19211 + }, + "minecraft:warped_door": { + "bedrock_identifier": "minecraft:warped_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 19212, + "lastBlockRuntimeId": 19275 + }, + "minecraft:copper_door": { + "bedrock_identifier": "minecraft:copper_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 23652, + "lastBlockRuntimeId": 23715 + }, + "minecraft:exposed_copper_door": { + "bedrock_identifier": "minecraft:exposed_copper_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 23716, + "lastBlockRuntimeId": 23779 + }, + "minecraft:weathered_copper_door": { + "bedrock_identifier": "minecraft:weathered_copper_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 23844, + "lastBlockRuntimeId": 23907 + }, + "minecraft:oxidized_copper_door": { + "bedrock_identifier": "minecraft:oxidized_copper_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 23780, + "lastBlockRuntimeId": 23843 + }, + "minecraft:waxed_copper_door": { + "bedrock_identifier": "minecraft:waxed_copper_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 23908, + "lastBlockRuntimeId": 23971 + }, + "minecraft:waxed_exposed_copper_door": { + "bedrock_identifier": "minecraft:waxed_exposed_copper_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 23972, + "lastBlockRuntimeId": 24035 + }, + "minecraft:waxed_weathered_copper_door": { + "bedrock_identifier": "minecraft:waxed_weathered_copper_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 24100, + "lastBlockRuntimeId": 24163 + }, + "minecraft:waxed_oxidized_copper_door": { + "bedrock_identifier": "minecraft:waxed_oxidized_copper_door", + "bedrock_data": 0, + "firstBlockRuntimeId": 24036, + "lastBlockRuntimeId": 24099 + }, + "minecraft:iron_trapdoor": { + "bedrock_identifier": "minecraft:iron_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 10399, + "lastBlockRuntimeId": 10462 + }, + "minecraft:oak_trapdoor": { + "bedrock_identifier": "minecraft:trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 5961, + "lastBlockRuntimeId": 6024 + }, + "minecraft:spruce_trapdoor": { + "bedrock_identifier": "minecraft:spruce_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 6025, + "lastBlockRuntimeId": 6088 + }, + "minecraft:birch_trapdoor": { + "bedrock_identifier": "minecraft:birch_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 6089, + "lastBlockRuntimeId": 6152 + }, + "minecraft:jungle_trapdoor": { + "bedrock_identifier": "minecraft:jungle_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 6153, + "lastBlockRuntimeId": 6216 + }, + "minecraft:acacia_trapdoor": { + "bedrock_identifier": "minecraft:acacia_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 6217, + "lastBlockRuntimeId": 6280 + }, + "minecraft:cherry_trapdoor": { + "bedrock_identifier": "minecraft:cherry_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 6281, + "lastBlockRuntimeId": 6344 + }, + "minecraft:dark_oak_trapdoor": { + "bedrock_identifier": "minecraft:dark_oak_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 6345, + "lastBlockRuntimeId": 6408 + }, + "minecraft:mangrove_trapdoor": { + "bedrock_identifier": "minecraft:mangrove_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 6409, + "lastBlockRuntimeId": 6472 + }, + "minecraft:bamboo_trapdoor": { + "bedrock_identifier": "minecraft:bamboo_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 6473, + "lastBlockRuntimeId": 6536 + }, + "minecraft:crimson_trapdoor": { + "bedrock_identifier": "minecraft:crimson_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 18748, + "lastBlockRuntimeId": 18811 + }, + "minecraft:warped_trapdoor": { + "bedrock_identifier": "minecraft:warped_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 18812, + "lastBlockRuntimeId": 18875 + }, + "minecraft:copper_trapdoor": { + "bedrock_identifier": "minecraft:copper_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 24164, + "lastBlockRuntimeId": 24227 + }, + "minecraft:exposed_copper_trapdoor": { + "bedrock_identifier": "minecraft:exposed_copper_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 24228, + "lastBlockRuntimeId": 24291 + }, + "minecraft:weathered_copper_trapdoor": { + "bedrock_identifier": "minecraft:weathered_copper_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 24356, + "lastBlockRuntimeId": 24419 + }, + "minecraft:oxidized_copper_trapdoor": { + "bedrock_identifier": "minecraft:oxidized_copper_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 24292, + "lastBlockRuntimeId": 24355 + }, + "minecraft:waxed_copper_trapdoor": { + "bedrock_identifier": "minecraft:waxed_copper_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 24420, + "lastBlockRuntimeId": 24483 + }, + "minecraft:waxed_exposed_copper_trapdoor": { + "bedrock_identifier": "minecraft:waxed_exposed_copper_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 24484, + "lastBlockRuntimeId": 24547 + }, + "minecraft:waxed_weathered_copper_trapdoor": { + "bedrock_identifier": "minecraft:waxed_weathered_copper_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 24612, + "lastBlockRuntimeId": 24675 + }, + "minecraft:waxed_oxidized_copper_trapdoor": { + "bedrock_identifier": "minecraft:waxed_oxidized_copper_trapdoor", + "bedrock_data": 0, + "firstBlockRuntimeId": 24548, + "lastBlockRuntimeId": 24611 + }, + "minecraft:oak_fence_gate": { + "bedrock_identifier": "minecraft:fence_gate", + "bedrock_data": 0, + "firstBlockRuntimeId": 6997, + "lastBlockRuntimeId": 7028 + }, + "minecraft:spruce_fence_gate": { + "bedrock_identifier": "minecraft:spruce_fence_gate", + "bedrock_data": 0, + "firstBlockRuntimeId": 11310, + "lastBlockRuntimeId": 11341 + }, + "minecraft:birch_fence_gate": { + "bedrock_identifier": "minecraft:birch_fence_gate", + "bedrock_data": 0, + "firstBlockRuntimeId": 11342, + "lastBlockRuntimeId": 11373 + }, + "minecraft:jungle_fence_gate": { + "bedrock_identifier": "minecraft:jungle_fence_gate", + "bedrock_data": 0, + "firstBlockRuntimeId": 11374, + "lastBlockRuntimeId": 11405 + }, + "minecraft:acacia_fence_gate": { + "bedrock_identifier": "minecraft:acacia_fence_gate", + "bedrock_data": 0, + "firstBlockRuntimeId": 11406, + "lastBlockRuntimeId": 11437 + }, + "minecraft:cherry_fence_gate": { + "bedrock_identifier": "minecraft:cherry_fence_gate", + "bedrock_data": 0, + "firstBlockRuntimeId": 11438, + "lastBlockRuntimeId": 11469 + }, + "minecraft:dark_oak_fence_gate": { + "bedrock_identifier": "minecraft:dark_oak_fence_gate", + "bedrock_data": 0, + "firstBlockRuntimeId": 11470, + "lastBlockRuntimeId": 11501 + }, + "minecraft:mangrove_fence_gate": { + "bedrock_identifier": "minecraft:mangrove_fence_gate", + "bedrock_data": 0, + "firstBlockRuntimeId": 11502, + "lastBlockRuntimeId": 11533 + }, + "minecraft:bamboo_fence_gate": { + "bedrock_identifier": "minecraft:bamboo_fence_gate", + "bedrock_data": 0, + "firstBlockRuntimeId": 11534, + "lastBlockRuntimeId": 11565 + }, + "minecraft:crimson_fence_gate": { + "bedrock_identifier": "minecraft:crimson_fence_gate", + "bedrock_data": 0, + "firstBlockRuntimeId": 18876, + "lastBlockRuntimeId": 18907 + }, + "minecraft:warped_fence_gate": { + "bedrock_identifier": "minecraft:warped_fence_gate", + "bedrock_data": 0, + "firstBlockRuntimeId": 18908, + "lastBlockRuntimeId": 18939 + }, + "minecraft:powered_rail": { + "bedrock_identifier": "minecraft:golden_rail", + "bedrock_data": 0, + "firstBlockRuntimeId": 1944, + "lastBlockRuntimeId": 1967 + }, + "minecraft:detector_rail": { + "bedrock_identifier": "minecraft:detector_rail", + "bedrock_data": 0, + "firstBlockRuntimeId": 1968, + "lastBlockRuntimeId": 1991 + }, + "minecraft:rail": { + "bedrock_identifier": "minecraft:rail", + "bedrock_data": 0, + "firstBlockRuntimeId": 4662, + "lastBlockRuntimeId": 4681 + }, + "minecraft:activator_rail": { + "bedrock_identifier": "minecraft:activator_rail", + "bedrock_data": 0, + "firstBlockRuntimeId": 9320, + "lastBlockRuntimeId": 9343 + }, + "minecraft:saddle": { + "bedrock_identifier": "minecraft:saddle", + "bedrock_data": 0 + }, + "minecraft:minecart": { + "bedrock_identifier": "minecraft:minecart", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:chest_minecart": { + "bedrock_identifier": "minecraft:chest_minecart", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:furnace_minecart": { + "bedrock_identifier": "minecraft:hopper_minecart", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:tnt_minecart": { + "bedrock_identifier": "minecraft:tnt_minecart", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:hopper_minecart": { + "bedrock_identifier": "minecraft:hopper_minecart", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:carrot_on_a_stick": { + "bedrock_identifier": "minecraft:carrot_on_a_stick", + "bedrock_data": 0 + }, + "minecraft:warped_fungus_on_a_stick": { + "bedrock_identifier": "minecraft:warped_fungus_on_a_stick", + "bedrock_data": 0 + }, + "minecraft:elytra": { + "bedrock_identifier": "minecraft:elytra", + "bedrock_data": 0, + "repair_materials": [ + "minecraft:phantom_membrane" + ] + }, + "minecraft:oak_boat": { + "bedrock_identifier": "minecraft:oak_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:oak_chest_boat": { + "bedrock_identifier": "minecraft:oak_chest_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:spruce_boat": { + "bedrock_identifier": "minecraft:spruce_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:spruce_chest_boat": { + "bedrock_identifier": "minecraft:spruce_chest_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:birch_boat": { + "bedrock_identifier": "minecraft:birch_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:birch_chest_boat": { + "bedrock_identifier": "minecraft:birch_chest_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:jungle_boat": { + "bedrock_identifier": "minecraft:jungle_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:jungle_chest_boat": { + "bedrock_identifier": "minecraft:jungle_chest_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:acacia_boat": { + "bedrock_identifier": "minecraft:acacia_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:acacia_chest_boat": { + "bedrock_identifier": "minecraft:acacia_chest_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:cherry_boat": { + "bedrock_identifier": "minecraft:cherry_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:cherry_chest_boat": { + "bedrock_identifier": "minecraft:cherry_chest_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:dark_oak_boat": { + "bedrock_identifier": "minecraft:dark_oak_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:dark_oak_chest_boat": { + "bedrock_identifier": "minecraft:dark_oak_chest_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:mangrove_boat": { + "bedrock_identifier": "minecraft:mangrove_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:mangrove_chest_boat": { + "bedrock_identifier": "minecraft:mangrove_chest_boat", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:bamboo_raft": { + "bedrock_identifier": "minecraft:bamboo_raft", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:bamboo_chest_raft": { + "bedrock_identifier": "minecraft:bamboo_chest_raft", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:structure_block": { + "bedrock_identifier": "minecraft:structure_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 19356, + "lastBlockRuntimeId": 19359 + }, + "minecraft:jigsaw": { + "bedrock_identifier": "minecraft:jigsaw", + "bedrock_data": 0, + "firstBlockRuntimeId": 19360, + "lastBlockRuntimeId": 19371 + }, + "minecraft:turtle_helmet": { + "bedrock_identifier": "minecraft:turtle_helmet", + "bedrock_data": 0, + "armor_type": "helmet", + "protection_value": 2, + "repair_materials": [ + "minecraft:turtle_scute" + ] + }, + "minecraft:turtle_scute": { + "bedrock_identifier": "minecraft:turtle_scute", + "bedrock_data": 0 + }, + "minecraft:armadillo_scute": { + "bedrock_identifier": "minecraft:armadillo_scute", + "bedrock_data": 0 + }, + "minecraft:wolf_armor": { + "bedrock_identifier": "minecraft:wolf_armor", + "bedrock_data": 0, + "protection_value": 11, + "repair_materials": [ + "minecraft:armadillo_scute" + ] + }, + "minecraft:flint_and_steel": { + "bedrock_identifier": "minecraft:flint_and_steel", + "bedrock_data": 0 + }, + "minecraft:apple": { + "bedrock_identifier": "minecraft:apple", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:bow": { + "bedrock_identifier": "minecraft:bow", + "bedrock_data": 0 + }, + "minecraft:arrow": { + "bedrock_identifier": "minecraft:arrow", + "bedrock_data": 0 + }, + "minecraft:coal": { + "bedrock_identifier": "minecraft:coal", + "bedrock_data": 0 + }, + "minecraft:charcoal": { + "bedrock_identifier": "minecraft:charcoal", + "bedrock_data": 0 + }, + "minecraft:diamond": { + "bedrock_identifier": "minecraft:diamond", + "bedrock_data": 0 + }, + "minecraft:emerald": { + "bedrock_identifier": "minecraft:emerald", + "bedrock_data": 0 + }, + "minecraft:lapis_lazuli": { + "bedrock_identifier": "minecraft:lapis_lazuli", + "bedrock_data": 0 + }, + "minecraft:quartz": { + "bedrock_identifier": "minecraft:quartz", + "bedrock_data": 0 + }, + "minecraft:amethyst_shard": { + "bedrock_identifier": "minecraft:amethyst_shard", + "bedrock_data": 0 + }, + "minecraft:raw_iron": { + "bedrock_identifier": "minecraft:raw_iron", + "bedrock_data": 0 + }, + "minecraft:iron_ingot": { + "bedrock_identifier": "minecraft:iron_ingot", + "bedrock_data": 0 + }, + "minecraft:raw_copper": { + "bedrock_identifier": "minecraft:raw_copper", + "bedrock_data": 0 + }, + "minecraft:copper_ingot": { + "bedrock_identifier": "minecraft:copper_ingot", + "bedrock_data": 0 + }, + "minecraft:raw_gold": { + "bedrock_identifier": "minecraft:raw_gold", + "bedrock_data": 0 + }, + "minecraft:gold_ingot": { + "bedrock_identifier": "minecraft:gold_ingot", + "bedrock_data": 0 + }, + "minecraft:netherite_ingot": { + "bedrock_identifier": "minecraft:netherite_ingot", + "bedrock_data": 0 + }, + "minecraft:netherite_scrap": { + "bedrock_identifier": "minecraft:netherite_scrap", + "bedrock_data": 0 + }, + "minecraft:wooden_sword": { + "bedrock_identifier": "minecraft:wooden_sword", + "bedrock_data": 0, + "tool_type": "sword", + "tool_tier": "wooden", + "repair_materials": [ + "minecraft:oak_planks", + "minecraft:spruce_planks", + "minecraft:birch_planks", + "minecraft:jungle_planks", + "minecraft:acacia_planks", + "minecraft:cherry_planks", + "minecraft:dark_oak_planks", + "minecraft:mangrove_planks", + "minecraft:bamboo_planks", + "minecraft:crimson_planks", + "minecraft:warped_planks" + ] + }, + "minecraft:wooden_shovel": { + "bedrock_identifier": "minecraft:wooden_shovel", + "bedrock_data": 0, + "tool_type": "shovel", + "tool_tier": "wooden", + "repair_materials": [ + "minecraft:oak_planks", + "minecraft:spruce_planks", + "minecraft:birch_planks", + "minecraft:jungle_planks", + "minecraft:acacia_planks", + "minecraft:cherry_planks", + "minecraft:dark_oak_planks", + "minecraft:mangrove_planks", + "minecraft:bamboo_planks", + "minecraft:crimson_planks", + "minecraft:warped_planks" + ] + }, + "minecraft:wooden_pickaxe": { + "bedrock_identifier": "minecraft:wooden_pickaxe", + "bedrock_data": 0, + "tool_type": "pickaxe", + "tool_tier": "wooden", + "repair_materials": [ + "minecraft:oak_planks", + "minecraft:spruce_planks", + "minecraft:birch_planks", + "minecraft:jungle_planks", + "minecraft:acacia_planks", + "minecraft:cherry_planks", + "minecraft:dark_oak_planks", + "minecraft:mangrove_planks", + "minecraft:bamboo_planks", + "minecraft:crimson_planks", + "minecraft:warped_planks" + ] + }, + "minecraft:wooden_axe": { + "bedrock_identifier": "minecraft:wooden_axe", + "bedrock_data": 0, + "tool_type": "axe", + "tool_tier": "wooden", + "repair_materials": [ + "minecraft:oak_planks", + "minecraft:spruce_planks", + "minecraft:birch_planks", + "minecraft:jungle_planks", + "minecraft:acacia_planks", + "minecraft:cherry_planks", + "minecraft:dark_oak_planks", + "minecraft:mangrove_planks", + "minecraft:bamboo_planks", + "minecraft:crimson_planks", + "minecraft:warped_planks" + ] + }, + "minecraft:wooden_hoe": { + "bedrock_identifier": "minecraft:wooden_hoe", + "bedrock_data": 0, + "tool_type": "hoe", + "tool_tier": "wooden", + "repair_materials": [ + "minecraft:oak_planks", + "minecraft:spruce_planks", + "minecraft:birch_planks", + "minecraft:jungle_planks", + "minecraft:acacia_planks", + "minecraft:cherry_planks", + "minecraft:dark_oak_planks", + "minecraft:mangrove_planks", + "minecraft:bamboo_planks", + "minecraft:crimson_planks", + "minecraft:warped_planks" + ] + }, + "minecraft:stone_sword": { + "bedrock_identifier": "minecraft:stone_sword", + "bedrock_data": 0, + "tool_type": "sword", + "tool_tier": "stone", + "repair_materials": [ + "minecraft:cobblestone", + "minecraft:cobbled_deepslate", + "minecraft:blackstone" + ] + }, + "minecraft:stone_shovel": { + "bedrock_identifier": "minecraft:stone_shovel", + "bedrock_data": 0, + "tool_type": "shovel", + "tool_tier": "stone", + "repair_materials": [ + "minecraft:cobblestone", + "minecraft:cobbled_deepslate", + "minecraft:blackstone" + ] + }, + "minecraft:stone_pickaxe": { + "bedrock_identifier": "minecraft:stone_pickaxe", + "bedrock_data": 0, + "tool_type": "pickaxe", + "tool_tier": "stone", + "repair_materials": [ + "minecraft:cobblestone", + "minecraft:cobbled_deepslate", + "minecraft:blackstone" + ] + }, + "minecraft:stone_axe": { + "bedrock_identifier": "minecraft:stone_axe", + "bedrock_data": 0, + "tool_type": "axe", + "tool_tier": "stone", + "repair_materials": [ + "minecraft:cobblestone", + "minecraft:cobbled_deepslate", + "minecraft:blackstone" + ] + }, + "minecraft:stone_hoe": { + "bedrock_identifier": "minecraft:stone_hoe", + "bedrock_data": 0, + "tool_type": "hoe", + "tool_tier": "stone", + "repair_materials": [ + "minecraft:cobblestone", + "minecraft:cobbled_deepslate", + "minecraft:blackstone" + ] + }, + "minecraft:golden_sword": { + "bedrock_identifier": "minecraft:golden_sword", + "bedrock_data": 0, + "tool_type": "sword", + "tool_tier": "golden", + "repair_materials": [ + "minecraft:gold_ingot" + ] + }, + "minecraft:golden_shovel": { + "bedrock_identifier": "minecraft:golden_shovel", + "bedrock_data": 0, + "tool_type": "shovel", + "tool_tier": "golden", + "repair_materials": [ + "minecraft:gold_ingot" + ] + }, + "minecraft:golden_pickaxe": { + "bedrock_identifier": "minecraft:golden_pickaxe", + "bedrock_data": 0, + "tool_type": "pickaxe", + "tool_tier": "golden", + "repair_materials": [ + "minecraft:gold_ingot" + ] + }, + "minecraft:golden_axe": { + "bedrock_identifier": "minecraft:golden_axe", + "bedrock_data": 0, + "tool_type": "axe", + "tool_tier": "golden", + "repair_materials": [ + "minecraft:gold_ingot" + ] + }, + "minecraft:golden_hoe": { + "bedrock_identifier": "minecraft:golden_hoe", + "bedrock_data": 0, + "tool_type": "hoe", + "tool_tier": "golden", + "repair_materials": [ + "minecraft:gold_ingot" + ] + }, + "minecraft:iron_sword": { + "bedrock_identifier": "minecraft:iron_sword", + "bedrock_data": 0, + "tool_type": "sword", + "tool_tier": "iron", + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:iron_shovel": { + "bedrock_identifier": "minecraft:iron_shovel", + "bedrock_data": 0, + "tool_type": "shovel", + "tool_tier": "iron", + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:iron_pickaxe": { + "bedrock_identifier": "minecraft:iron_pickaxe", + "bedrock_data": 0, + "tool_type": "pickaxe", + "tool_tier": "iron", + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:iron_axe": { + "bedrock_identifier": "minecraft:iron_axe", + "bedrock_data": 0, + "tool_type": "axe", + "tool_tier": "iron", + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:iron_hoe": { + "bedrock_identifier": "minecraft:iron_hoe", + "bedrock_data": 0, + "tool_type": "hoe", + "tool_tier": "iron", + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:diamond_sword": { + "bedrock_identifier": "minecraft:diamond_sword", + "bedrock_data": 0, + "tool_type": "sword", + "tool_tier": "diamond", + "repair_materials": [ + "minecraft:diamond" + ] + }, + "minecraft:diamond_shovel": { + "bedrock_identifier": "minecraft:diamond_shovel", + "bedrock_data": 0, + "tool_type": "shovel", + "tool_tier": "diamond", + "repair_materials": [ + "minecraft:diamond" + ] + }, + "minecraft:diamond_pickaxe": { + "bedrock_identifier": "minecraft:diamond_pickaxe", + "bedrock_data": 0, + "tool_type": "pickaxe", + "tool_tier": "diamond", + "repair_materials": [ + "minecraft:diamond" + ] + }, + "minecraft:diamond_axe": { + "bedrock_identifier": "minecraft:diamond_axe", + "bedrock_data": 0, + "tool_type": "axe", + "tool_tier": "diamond", + "repair_materials": [ + "minecraft:diamond" + ] + }, + "minecraft:diamond_hoe": { + "bedrock_identifier": "minecraft:diamond_hoe", + "bedrock_data": 0, + "tool_type": "hoe", + "tool_tier": "diamond", + "repair_materials": [ + "minecraft:diamond" + ] + }, + "minecraft:netherite_sword": { + "bedrock_identifier": "minecraft:netherite_sword", + "bedrock_data": 0, + "tool_type": "sword", + "tool_tier": "netherite", + "repair_materials": [ + "minecraft:netherite_ingot" + ] + }, + "minecraft:netherite_shovel": { + "bedrock_identifier": "minecraft:netherite_shovel", + "bedrock_data": 0, + "tool_type": "shovel", + "tool_tier": "netherite", + "repair_materials": [ + "minecraft:netherite_ingot" + ] + }, + "minecraft:netherite_pickaxe": { + "bedrock_identifier": "minecraft:netherite_pickaxe", + "bedrock_data": 0, + "tool_type": "pickaxe", + "tool_tier": "netherite", + "repair_materials": [ + "minecraft:netherite_ingot" + ] + }, + "minecraft:netherite_axe": { + "bedrock_identifier": "minecraft:netherite_axe", + "bedrock_data": 0, + "tool_type": "axe", + "tool_tier": "netherite", + "repair_materials": [ + "minecraft:netherite_ingot" + ] + }, + "minecraft:netherite_hoe": { + "bedrock_identifier": "minecraft:netherite_hoe", + "bedrock_data": 0, + "tool_type": "hoe", + "tool_tier": "netherite", + "repair_materials": [ + "minecraft:netherite_ingot" + ] + }, + "minecraft:stick": { + "bedrock_identifier": "minecraft:stick", + "bedrock_data": 0 + }, + "minecraft:bowl": { + "bedrock_identifier": "minecraft:bowl", + "bedrock_data": 0 + }, + "minecraft:mushroom_stew": { + "bedrock_identifier": "minecraft:mushroom_stew", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:string": { + "bedrock_identifier": "minecraft:string", + "bedrock_data": 0, + "firstBlockRuntimeId": 7537, + "lastBlockRuntimeId": 7664 + }, + "minecraft:feather": { + "bedrock_identifier": "minecraft:feather", + "bedrock_data": 0 + }, + "minecraft:gunpowder": { + "bedrock_identifier": "minecraft:gunpowder", + "bedrock_data": 0 + }, + "minecraft:wheat_seeds": { + "bedrock_identifier": "minecraft:wheat_seeds", + "bedrock_data": 0, + "firstBlockRuntimeId": 4278, + "lastBlockRuntimeId": 4285 + }, + "minecraft:wheat": { + "bedrock_identifier": "minecraft:wheat", + "bedrock_data": 0 + }, + "minecraft:bread": { + "bedrock_identifier": "minecraft:bread", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:leather_helmet": { + "bedrock_identifier": "minecraft:leather_helmet", + "bedrock_data": 0, + "armor_type": "helmet", + "protection_value": 1, + "repair_materials": [ + "minecraft:leather" + ] + }, + "minecraft:leather_chestplate": { + "bedrock_identifier": "minecraft:leather_chestplate", + "bedrock_data": 0, + "armor_type": "chestplate", + "protection_value": 3, + "repair_materials": [ + "minecraft:leather" + ] + }, + "minecraft:leather_leggings": { + "bedrock_identifier": "minecraft:leather_leggings", + "bedrock_data": 0, + "armor_type": "leggings", + "protection_value": 2, + "repair_materials": [ + "minecraft:leather" + ] + }, + "minecraft:leather_boots": { + "bedrock_identifier": "minecraft:leather_boots", + "bedrock_data": 0, + "armor_type": "boots", + "protection_value": 1, + "repair_materials": [ + "minecraft:leather" + ] + }, + "minecraft:chainmail_helmet": { + "bedrock_identifier": "minecraft:chainmail_helmet", + "bedrock_data": 0, + "armor_type": "helmet", + "protection_value": 2, + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:chainmail_chestplate": { + "bedrock_identifier": "minecraft:chainmail_chestplate", + "bedrock_data": 0, + "armor_type": "chestplate", + "protection_value": 5, + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:chainmail_leggings": { + "bedrock_identifier": "minecraft:chainmail_leggings", + "bedrock_data": 0, + "armor_type": "leggings", + "protection_value": 4, + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:chainmail_boots": { + "bedrock_identifier": "minecraft:chainmail_boots", + "bedrock_data": 0, + "armor_type": "boots", + "protection_value": 1, + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:iron_helmet": { + "bedrock_identifier": "minecraft:iron_helmet", + "bedrock_data": 0, + "armor_type": "helmet", + "protection_value": 2, + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:iron_chestplate": { + "bedrock_identifier": "minecraft:iron_chestplate", + "bedrock_data": 0, + "armor_type": "chestplate", + "protection_value": 6, + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:iron_leggings": { + "bedrock_identifier": "minecraft:iron_leggings", + "bedrock_data": 0, + "armor_type": "leggings", + "protection_value": 5, + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:iron_boots": { + "bedrock_identifier": "minecraft:iron_boots", + "bedrock_data": 0, + "armor_type": "boots", + "protection_value": 2, + "repair_materials": [ + "minecraft:iron_ingot" + ] + }, + "minecraft:diamond_helmet": { + "bedrock_identifier": "minecraft:diamond_helmet", + "bedrock_data": 0, + "armor_type": "helmet", + "protection_value": 3, + "repair_materials": [ + "minecraft:diamond" + ] + }, + "minecraft:diamond_chestplate": { + "bedrock_identifier": "minecraft:diamond_chestplate", + "bedrock_data": 0, + "armor_type": "chestplate", + "protection_value": 8, + "repair_materials": [ + "minecraft:diamond" + ] + }, + "minecraft:diamond_leggings": { + "bedrock_identifier": "minecraft:diamond_leggings", + "bedrock_data": 0, + "armor_type": "leggings", + "protection_value": 6, + "repair_materials": [ + "minecraft:diamond" + ] + }, + "minecraft:diamond_boots": { + "bedrock_identifier": "minecraft:diamond_boots", + "bedrock_data": 0, + "armor_type": "boots", + "protection_value": 3, + "repair_materials": [ + "minecraft:diamond" + ] + }, + "minecraft:golden_helmet": { + "bedrock_identifier": "minecraft:golden_helmet", + "bedrock_data": 0, + "armor_type": "helmet", + "protection_value": 2, + "repair_materials": [ + "minecraft:gold_ingot" + ] + }, + "minecraft:golden_chestplate": { + "bedrock_identifier": "minecraft:golden_chestplate", + "bedrock_data": 0, + "armor_type": "chestplate", + "protection_value": 5, + "repair_materials": [ + "minecraft:gold_ingot" + ] + }, + "minecraft:golden_leggings": { + "bedrock_identifier": "minecraft:golden_leggings", + "bedrock_data": 0, + "armor_type": "leggings", + "protection_value": 3, + "repair_materials": [ + "minecraft:gold_ingot" + ] + }, + "minecraft:golden_boots": { + "bedrock_identifier": "minecraft:golden_boots", + "bedrock_data": 0, + "armor_type": "boots", + "protection_value": 1, + "repair_materials": [ + "minecraft:gold_ingot" + ] + }, + "minecraft:netherite_helmet": { + "bedrock_identifier": "minecraft:netherite_helmet", + "bedrock_data": 0, + "armor_type": "helmet", + "protection_value": 3, + "repair_materials": [ + "minecraft:netherite_ingot" + ] + }, + "minecraft:netherite_chestplate": { + "bedrock_identifier": "minecraft:netherite_chestplate", + "bedrock_data": 0, + "armor_type": "chestplate", + "protection_value": 8, + "repair_materials": [ + "minecraft:netherite_ingot" + ] + }, + "minecraft:netherite_leggings": { + "bedrock_identifier": "minecraft:netherite_leggings", + "bedrock_data": 0, + "armor_type": "leggings", + "protection_value": 6, + "repair_materials": [ + "minecraft:netherite_ingot" + ] + }, + "minecraft:netherite_boots": { + "bedrock_identifier": "minecraft:netherite_boots", + "bedrock_data": 0, + "armor_type": "boots", + "protection_value": 3, + "repair_materials": [ + "minecraft:netherite_ingot" + ] + }, + "minecraft:flint": { + "bedrock_identifier": "minecraft:flint", + "bedrock_data": 0 + }, + "minecraft:porkchop": { + "bedrock_identifier": "minecraft:porkchop", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:cooked_porkchop": { + "bedrock_identifier": "minecraft:cooked_porkchop", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:painting": { + "bedrock_identifier": "minecraft:painting", + "bedrock_data": 0 + }, + "minecraft:golden_apple": { + "bedrock_identifier": "minecraft:golden_apple", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:enchanted_golden_apple": { + "bedrock_identifier": "minecraft:enchanted_golden_apple", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:oak_sign": { + "bedrock_identifier": "minecraft:oak_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 4302, + "lastBlockRuntimeId": 4333 + }, + "minecraft:spruce_sign": { + "bedrock_identifier": "minecraft:spruce_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 4334, + "lastBlockRuntimeId": 4365 + }, + "minecraft:birch_sign": { + "bedrock_identifier": "minecraft:birch_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 4366, + "lastBlockRuntimeId": 4397 + }, + "minecraft:jungle_sign": { + "bedrock_identifier": "minecraft:jungle_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 4462, + "lastBlockRuntimeId": 4493 + }, + "minecraft:acacia_sign": { + "bedrock_identifier": "minecraft:acacia_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 4398, + "lastBlockRuntimeId": 4429 + }, + "minecraft:cherry_sign": { + "bedrock_identifier": "minecraft:cherry_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 4430, + "lastBlockRuntimeId": 4461 + }, + "minecraft:dark_oak_sign": { + "bedrock_identifier": "minecraft:dark_oak_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 4494, + "lastBlockRuntimeId": 4525 + }, + "minecraft:mangrove_sign": { + "bedrock_identifier": "minecraft:mangrove_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 4526, + "lastBlockRuntimeId": 4557 + }, + "minecraft:bamboo_sign": { + "bedrock_identifier": "minecraft:bamboo_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 4558, + "lastBlockRuntimeId": 4589 + }, + "minecraft:crimson_sign": { + "bedrock_identifier": "minecraft:crimson_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 19276, + "lastBlockRuntimeId": 19307 + }, + "minecraft:warped_sign": { + "bedrock_identifier": "minecraft:warped_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 19308, + "lastBlockRuntimeId": 19339 + }, + "minecraft:oak_hanging_sign": { + "bedrock_identifier": "minecraft:oak_hanging_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 4834, + "lastBlockRuntimeId": 4897 + }, + "minecraft:spruce_hanging_sign": { + "bedrock_identifier": "minecraft:spruce_hanging_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 4898, + "lastBlockRuntimeId": 4961 + }, + "minecraft:birch_hanging_sign": { + "bedrock_identifier": "minecraft:birch_hanging_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 4962, + "lastBlockRuntimeId": 5025 + }, + "minecraft:jungle_hanging_sign": { + "bedrock_identifier": "minecraft:jungle_hanging_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 5154, + "lastBlockRuntimeId": 5217 + }, + "minecraft:acacia_hanging_sign": { + "bedrock_identifier": "minecraft:acacia_hanging_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 5026, + "lastBlockRuntimeId": 5089 + }, + "minecraft:cherry_hanging_sign": { + "bedrock_identifier": "minecraft:cherry_hanging_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 5090, + "lastBlockRuntimeId": 5153 + }, + "minecraft:dark_oak_hanging_sign": { + "bedrock_identifier": "minecraft:dark_oak_hanging_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 5218, + "lastBlockRuntimeId": 5281 + }, + "minecraft:mangrove_hanging_sign": { + "bedrock_identifier": "minecraft:mangrove_hanging_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 5410, + "lastBlockRuntimeId": 5473 + }, + "minecraft:bamboo_hanging_sign": { + "bedrock_identifier": "minecraft:bamboo_hanging_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 5474, + "lastBlockRuntimeId": 5537 + }, + "minecraft:crimson_hanging_sign": { + "bedrock_identifier": "minecraft:crimson_hanging_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 5282, + "lastBlockRuntimeId": 5345 + }, + "minecraft:warped_hanging_sign": { + "bedrock_identifier": "minecraft:warped_hanging_sign", + "bedrock_data": 0, + "firstBlockRuntimeId": 5346, + "lastBlockRuntimeId": 5409 + }, + "minecraft:bucket": { + "bedrock_identifier": "minecraft:bucket", + "bedrock_data": 0 + }, + "minecraft:water_bucket": { + "bedrock_identifier": "minecraft:water_bucket", + "bedrock_data": 0 + }, + "minecraft:lava_bucket": { + "bedrock_identifier": "minecraft:lava_bucket", + "bedrock_data": 0 + }, + "minecraft:powder_snow_bucket": { + "bedrock_identifier": "minecraft:powder_snow_bucket", + "bedrock_data": 0, + "firstBlockRuntimeId": 22318 + }, + "minecraft:snowball": { + "bedrock_identifier": "minecraft:snowball", + "bedrock_data": 0 + }, + "minecraft:leather": { + "bedrock_identifier": "minecraft:leather", + "bedrock_data": 0 + }, + "minecraft:milk_bucket": { + "bedrock_identifier": "minecraft:milk_bucket", + "bedrock_data": 0 + }, + "minecraft:pufferfish_bucket": { + "bedrock_identifier": "minecraft:pufferfish_bucket", + "bedrock_data": 0 + }, + "minecraft:salmon_bucket": { + "bedrock_identifier": "minecraft:salmon_bucket", + "bedrock_data": 0 + }, + "minecraft:cod_bucket": { + "bedrock_identifier": "minecraft:cod_bucket", + "bedrock_data": 0 + }, + "minecraft:tropical_fish_bucket": { + "bedrock_identifier": "minecraft:tropical_fish_bucket", + "bedrock_data": 0 + }, + "minecraft:axolotl_bucket": { + "bedrock_identifier": "minecraft:axolotl_bucket", + "bedrock_data": 0 + }, + "minecraft:tadpole_bucket": { + "bedrock_identifier": "minecraft:tadpole_bucket", + "bedrock_data": 0 + }, + "minecraft:brick": { + "bedrock_identifier": "minecraft:brick", + "bedrock_data": 0 + }, + "minecraft:clay_ball": { + "bedrock_identifier": "minecraft:clay_ball", + "bedrock_data": 0 + }, + "minecraft:dried_kelp_block": { + "bedrock_identifier": "minecraft:dried_kelp_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 12787 + }, + "minecraft:paper": { + "bedrock_identifier": "minecraft:paper", + "bedrock_data": 0 + }, + "minecraft:book": { + "bedrock_identifier": "minecraft:book", + "bedrock_data": 0 + }, + "minecraft:slime_ball": { + "bedrock_identifier": "minecraft:slime_ball", + "bedrock_data": 0 + }, + "minecraft:egg": { + "bedrock_identifier": "minecraft:egg", + "bedrock_data": 0 + }, + "minecraft:compass": { + "bedrock_identifier": "minecraft:compass", + "bedrock_data": 0 + }, + "minecraft:recovery_compass": { + "bedrock_identifier": "minecraft:recovery_compass", + "bedrock_data": 0 + }, + "minecraft:bundle": { + "bedrock_identifier": "minecraft:shulker_shell", + "bedrock_data": 0 + }, + "minecraft:fishing_rod": { + "bedrock_identifier": "minecraft:fishing_rod", + "bedrock_data": 0 + }, + "minecraft:clock": { + "bedrock_identifier": "minecraft:clock", + "bedrock_data": 0 + }, + "minecraft:spyglass": { + "bedrock_identifier": "minecraft:spyglass", + "bedrock_data": 0 + }, + "minecraft:glowstone_dust": { + "bedrock_identifier": "minecraft:glowstone_dust", + "bedrock_data": 0 + }, + "minecraft:cod": { + "bedrock_identifier": "minecraft:cod", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:salmon": { + "bedrock_identifier": "minecraft:salmon", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:tropical_fish": { + "bedrock_identifier": "minecraft:tropical_fish", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:pufferfish": { + "bedrock_identifier": "minecraft:pufferfish", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:cooked_cod": { + "bedrock_identifier": "minecraft:cooked_cod", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:cooked_salmon": { + "bedrock_identifier": "minecraft:cooked_salmon", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:ink_sac": { + "bedrock_identifier": "minecraft:ink_sac", + "bedrock_data": 0 + }, + "minecraft:glow_ink_sac": { + "bedrock_identifier": "minecraft:glow_ink_sac", + "bedrock_data": 0 + }, + "minecraft:cocoa_beans": { + "bedrock_identifier": "minecraft:cocoa_beans", + "bedrock_data": 3, + "firstBlockRuntimeId": 7419, + "lastBlockRuntimeId": 7430 + }, + "minecraft:white_dye": { + "bedrock_identifier": "minecraft:white_dye", + "bedrock_data": 0 + }, + "minecraft:orange_dye": { + "bedrock_identifier": "minecraft:orange_dye", + "bedrock_data": 0 + }, + "minecraft:magenta_dye": { + "bedrock_identifier": "minecraft:magenta_dye", + "bedrock_data": 0 + }, + "minecraft:light_blue_dye": { + "bedrock_identifier": "minecraft:light_blue_dye", + "bedrock_data": 0 + }, + "minecraft:yellow_dye": { + "bedrock_identifier": "minecraft:yellow_dye", + "bedrock_data": 0 + }, + "minecraft:lime_dye": { + "bedrock_identifier": "minecraft:lime_dye", + "bedrock_data": 0 + }, + "minecraft:pink_dye": { + "bedrock_identifier": "minecraft:pink_dye", + "bedrock_data": 0 + }, + "minecraft:gray_dye": { + "bedrock_identifier": "minecraft:gray_dye", + "bedrock_data": 0 + }, + "minecraft:light_gray_dye": { + "bedrock_identifier": "minecraft:light_gray_dye", + "bedrock_data": 0 + }, + "minecraft:cyan_dye": { + "bedrock_identifier": "minecraft:cyan_dye", + "bedrock_data": 0 + }, + "minecraft:purple_dye": { + "bedrock_identifier": "minecraft:purple_dye", + "bedrock_data": 0 + }, + "minecraft:blue_dye": { + "bedrock_identifier": "minecraft:blue_dye", + "bedrock_data": 0 + }, + "minecraft:brown_dye": { + "bedrock_identifier": "minecraft:brown_dye", + "bedrock_data": 0 + }, + "minecraft:green_dye": { + "bedrock_identifier": "minecraft:green_dye", + "bedrock_data": 0 + }, + "minecraft:red_dye": { + "bedrock_identifier": "minecraft:red_dye", + "bedrock_data": 0 + }, + "minecraft:black_dye": { + "bedrock_identifier": "minecraft:black_dye", + "bedrock_data": 0 + }, + "minecraft:bone_meal": { + "bedrock_identifier": "minecraft:bone_meal", + "bedrock_data": 0 + }, + "minecraft:bone": { + "bedrock_identifier": "minecraft:bone", + "bedrock_data": 0 + }, + "minecraft:sugar": { + "bedrock_identifier": "minecraft:sugar", + "bedrock_data": 0 + }, + "minecraft:cake": { + "bedrock_identifier": "minecraft:cake", + "bedrock_data": 0, + "firstBlockRuntimeId": 5874, + "lastBlockRuntimeId": 5880 + }, + "minecraft:white_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 0, + "firstBlockRuntimeId": 1688, + "lastBlockRuntimeId": 1703 + }, + "minecraft:orange_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 1, + "firstBlockRuntimeId": 1704, + "lastBlockRuntimeId": 1719 + }, + "minecraft:magenta_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 2, + "firstBlockRuntimeId": 1720, + "lastBlockRuntimeId": 1735 + }, + "minecraft:light_blue_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 3, + "firstBlockRuntimeId": 1736, + "lastBlockRuntimeId": 1751 + }, + "minecraft:yellow_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 4, + "firstBlockRuntimeId": 1752, + "lastBlockRuntimeId": 1767 + }, + "minecraft:lime_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 5, + "firstBlockRuntimeId": 1768, + "lastBlockRuntimeId": 1783 + }, + "minecraft:pink_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 6, + "firstBlockRuntimeId": 1784, + "lastBlockRuntimeId": 1799 + }, + "minecraft:gray_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 7, + "firstBlockRuntimeId": 1800, + "lastBlockRuntimeId": 1815 + }, + "minecraft:light_gray_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 8, + "firstBlockRuntimeId": 1816, + "lastBlockRuntimeId": 1831 + }, + "minecraft:cyan_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 9, + "firstBlockRuntimeId": 1832, + "lastBlockRuntimeId": 1847 + }, + "minecraft:purple_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 10, + "firstBlockRuntimeId": 1848, + "lastBlockRuntimeId": 1863 + }, + "minecraft:blue_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 11, + "firstBlockRuntimeId": 1864, + "lastBlockRuntimeId": 1879 + }, + "minecraft:brown_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 12, + "firstBlockRuntimeId": 1880, + "lastBlockRuntimeId": 1895 + }, + "minecraft:green_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 13, + "firstBlockRuntimeId": 1896, + "lastBlockRuntimeId": 1911 + }, + "minecraft:red_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 14, + "firstBlockRuntimeId": 1912, + "lastBlockRuntimeId": 1927 + }, + "minecraft:black_bed": { + "bedrock_identifier": "minecraft:bed", + "bedrock_data": 15, + "firstBlockRuntimeId": 1928, + "lastBlockRuntimeId": 1943 + }, + "minecraft:cookie": { + "bedrock_identifier": "minecraft:cookie", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:crafter": { + "bedrock_identifier": "minecraft:crafter", + "bedrock_data": 0, + "firstBlockRuntimeId": 26590, + "lastBlockRuntimeId": 26637 + }, + "minecraft:filled_map": { + "bedrock_identifier": "minecraft:filled_map", + "bedrock_data": 0 + }, + "minecraft:shears": { + "bedrock_identifier": "minecraft:shears", + "bedrock_data": 0, + "tool_type": "shears" + }, + "minecraft:melon_slice": { + "bedrock_identifier": "minecraft:melon_slice", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:dried_kelp": { + "bedrock_identifier": "minecraft:dried_kelp", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:pumpkin_seeds": { + "bedrock_identifier": "minecraft:pumpkin_seeds", + "bedrock_data": 0, + "firstBlockRuntimeId": 6821, + "lastBlockRuntimeId": 6828 + }, + "minecraft:melon_seeds": { + "bedrock_identifier": "minecraft:melon_seeds", + "bedrock_data": 0, + "firstBlockRuntimeId": 6829, + "lastBlockRuntimeId": 6836 + }, + "minecraft:beef": { + "bedrock_identifier": "minecraft:beef", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:cooked_beef": { + "bedrock_identifier": "minecraft:cooked_beef", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:chicken": { + "bedrock_identifier": "minecraft:chicken", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:cooked_chicken": { + "bedrock_identifier": "minecraft:cooked_chicken", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:rotten_flesh": { + "bedrock_identifier": "minecraft:rotten_flesh", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:ender_pearl": { + "bedrock_identifier": "minecraft:ender_pearl", + "bedrock_data": 0 + }, + "minecraft:blaze_rod": { + "bedrock_identifier": "minecraft:blaze_rod", + "bedrock_data": 0 + }, + "minecraft:ghast_tear": { + "bedrock_identifier": "minecraft:ghast_tear", + "bedrock_data": 0 + }, + "minecraft:gold_nugget": { + "bedrock_identifier": "minecraft:gold_nugget", + "bedrock_data": 0 + }, + "minecraft:nether_wart": { + "bedrock_identifier": "minecraft:nether_wart", + "bedrock_data": 0, + "firstBlockRuntimeId": 7385, + "lastBlockRuntimeId": 7388 + }, + "minecraft:potion": { + "bedrock_identifier": "minecraft:potion", + "bedrock_data": 0 + }, + "minecraft:glass_bottle": { + "bedrock_identifier": "minecraft:glass_bottle", + "bedrock_data": 0 + }, + "minecraft:spider_eye": { + "bedrock_identifier": "minecraft:spider_eye", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:fermented_spider_eye": { + "bedrock_identifier": "minecraft:fermented_spider_eye", + "bedrock_data": 0 + }, + "minecraft:blaze_powder": { + "bedrock_identifier": "minecraft:blaze_powder", + "bedrock_data": 0 + }, + "minecraft:magma_cream": { + "bedrock_identifier": "minecraft:magma_cream", + "bedrock_data": 0 + }, + "minecraft:brewing_stand": { + "bedrock_identifier": "minecraft:brewing_stand", + "bedrock_data": 0, + "firstBlockRuntimeId": 7390, + "lastBlockRuntimeId": 7397 + }, + "minecraft:cauldron": { + "bedrock_identifier": "minecraft:cauldron", + "bedrock_data": 0, + "firstBlockRuntimeId": 7398 + }, + "minecraft:ender_eye": { + "bedrock_identifier": "minecraft:ender_eye", + "bedrock_data": 0 + }, + "minecraft:glistering_melon_slice": { + "bedrock_identifier": "minecraft:glistering_melon_slice", + "bedrock_data": 0 + }, + "minecraft:armadillo_spawn_egg": { + "bedrock_identifier": "minecraft:armadillo_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:allay_spawn_egg": { + "bedrock_identifier": "minecraft:allay_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:axolotl_spawn_egg": { + "bedrock_identifier": "minecraft:axolotl_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:bat_spawn_egg": { + "bedrock_identifier": "minecraft:bat_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:bee_spawn_egg": { + "bedrock_identifier": "minecraft:bee_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:blaze_spawn_egg": { + "bedrock_identifier": "minecraft:blaze_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:bogged_spawn_egg": { + "bedrock_identifier": "minecraft:bogged_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:breeze_spawn_egg": { + "bedrock_identifier": "minecraft:blaze_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:cat_spawn_egg": { + "bedrock_identifier": "minecraft:cat_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:camel_spawn_egg": { + "bedrock_identifier": "minecraft:camel_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:cave_spider_spawn_egg": { + "bedrock_identifier": "minecraft:cave_spider_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:chicken_spawn_egg": { + "bedrock_identifier": "minecraft:chicken_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:cod_spawn_egg": { + "bedrock_identifier": "minecraft:cod_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:cow_spawn_egg": { + "bedrock_identifier": "minecraft:cow_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:creeper_spawn_egg": { + "bedrock_identifier": "minecraft:creeper_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:dolphin_spawn_egg": { + "bedrock_identifier": "minecraft:dolphin_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:donkey_spawn_egg": { + "bedrock_identifier": "minecraft:donkey_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:drowned_spawn_egg": { + "bedrock_identifier": "minecraft:drowned_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:elder_guardian_spawn_egg": { + "bedrock_identifier": "minecraft:elder_guardian_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:ender_dragon_spawn_egg": { + "bedrock_identifier": "minecraft:ender_dragon_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:enderman_spawn_egg": { + "bedrock_identifier": "minecraft:enderman_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:endermite_spawn_egg": { + "bedrock_identifier": "minecraft:endermite_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:evoker_spawn_egg": { + "bedrock_identifier": "minecraft:evoker_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:fox_spawn_egg": { + "bedrock_identifier": "minecraft:fox_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:frog_spawn_egg": { + "bedrock_identifier": "minecraft:frog_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:ghast_spawn_egg": { + "bedrock_identifier": "minecraft:ghast_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:glow_squid_spawn_egg": { + "bedrock_identifier": "minecraft:glow_squid_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:goat_spawn_egg": { + "bedrock_identifier": "minecraft:goat_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:guardian_spawn_egg": { + "bedrock_identifier": "minecraft:guardian_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:hoglin_spawn_egg": { + "bedrock_identifier": "minecraft:hoglin_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:horse_spawn_egg": { + "bedrock_identifier": "minecraft:horse_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:husk_spawn_egg": { + "bedrock_identifier": "minecraft:husk_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:iron_golem_spawn_egg": { + "bedrock_identifier": "minecraft:iron_golem_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:llama_spawn_egg": { + "bedrock_identifier": "minecraft:llama_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:magma_cube_spawn_egg": { + "bedrock_identifier": "minecraft:magma_cube_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:mooshroom_spawn_egg": { + "bedrock_identifier": "minecraft:mooshroom_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:mule_spawn_egg": { + "bedrock_identifier": "minecraft:mule_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:ocelot_spawn_egg": { + "bedrock_identifier": "minecraft:ocelot_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:panda_spawn_egg": { + "bedrock_identifier": "minecraft:panda_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:parrot_spawn_egg": { + "bedrock_identifier": "minecraft:parrot_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:phantom_spawn_egg": { + "bedrock_identifier": "minecraft:phantom_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:pig_spawn_egg": { + "bedrock_identifier": "minecraft:pig_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:piglin_spawn_egg": { + "bedrock_identifier": "minecraft:piglin_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:piglin_brute_spawn_egg": { + "bedrock_identifier": "minecraft:piglin_brute_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:pillager_spawn_egg": { + "bedrock_identifier": "minecraft:pillager_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:polar_bear_spawn_egg": { + "bedrock_identifier": "minecraft:polar_bear_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:pufferfish_spawn_egg": { + "bedrock_identifier": "minecraft:pufferfish_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:rabbit_spawn_egg": { + "bedrock_identifier": "minecraft:rabbit_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:ravager_spawn_egg": { + "bedrock_identifier": "minecraft:ravager_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:salmon_spawn_egg": { + "bedrock_identifier": "minecraft:salmon_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:sheep_spawn_egg": { + "bedrock_identifier": "minecraft:sheep_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:shulker_spawn_egg": { + "bedrock_identifier": "minecraft:shulker_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:silverfish_spawn_egg": { + "bedrock_identifier": "minecraft:silverfish_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:skeleton_spawn_egg": { + "bedrock_identifier": "minecraft:skeleton_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:skeleton_horse_spawn_egg": { + "bedrock_identifier": "minecraft:skeleton_horse_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:slime_spawn_egg": { + "bedrock_identifier": "minecraft:slime_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:sniffer_spawn_egg": { + "bedrock_identifier": "minecraft:sniffer_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:snow_golem_spawn_egg": { + "bedrock_identifier": "minecraft:snow_golem_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:spider_spawn_egg": { + "bedrock_identifier": "minecraft:spider_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:squid_spawn_egg": { + "bedrock_identifier": "minecraft:squid_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:stray_spawn_egg": { + "bedrock_identifier": "minecraft:stray_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:strider_spawn_egg": { + "bedrock_identifier": "minecraft:strider_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:tadpole_spawn_egg": { + "bedrock_identifier": "minecraft:tadpole_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:trader_llama_spawn_egg": { + "bedrock_identifier": "minecraft:trader_llama_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:tropical_fish_spawn_egg": { + "bedrock_identifier": "minecraft:tropical_fish_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:turtle_spawn_egg": { + "bedrock_identifier": "minecraft:turtle_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:vex_spawn_egg": { + "bedrock_identifier": "minecraft:vex_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:villager_spawn_egg": { + "bedrock_identifier": "minecraft:villager_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:vindicator_spawn_egg": { + "bedrock_identifier": "minecraft:vindicator_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:wandering_trader_spawn_egg": { + "bedrock_identifier": "minecraft:wandering_trader_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:warden_spawn_egg": { + "bedrock_identifier": "minecraft:warden_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:witch_spawn_egg": { + "bedrock_identifier": "minecraft:witch_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:wither_spawn_egg": { + "bedrock_identifier": "minecraft:wither_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:wither_skeleton_spawn_egg": { + "bedrock_identifier": "minecraft:wither_skeleton_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:wolf_spawn_egg": { + "bedrock_identifier": "minecraft:wolf_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:zoglin_spawn_egg": { + "bedrock_identifier": "minecraft:zoglin_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:zombie_spawn_egg": { + "bedrock_identifier": "minecraft:zombie_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:zombie_horse_spawn_egg": { + "bedrock_identifier": "minecraft:zombie_horse_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:zombie_villager_spawn_egg": { + "bedrock_identifier": "minecraft:zombie_villager_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:zombified_piglin_spawn_egg": { + "bedrock_identifier": "minecraft:zombie_pigman_spawn_egg", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:experience_bottle": { + "bedrock_identifier": "minecraft:experience_bottle", + "bedrock_data": 0 + }, + "minecraft:fire_charge": { + "bedrock_identifier": "minecraft:fire_charge", + "bedrock_data": 0 + }, + "minecraft:wind_charge": { + "bedrock_identifier": "minecraft:wind_charge", + "bedrock_data": 0 + }, + "minecraft:writable_book": { + "bedrock_identifier": "minecraft:writable_book", + "bedrock_data": 0 + }, + "minecraft:written_book": { + "bedrock_identifier": "minecraft:written_book", + "bedrock_data": 0 + }, + "minecraft:mace": { + "bedrock_identifier": "minecraft:mace", + "bedrock_data": 0 + }, + "minecraft:item_frame": { + "bedrock_identifier": "minecraft:frame", + "bedrock_data": 0 + }, + "minecraft:glow_item_frame": { + "bedrock_identifier": "minecraft:glow_frame", + "bedrock_data": 0 + }, + "minecraft:flower_pot": { + "bedrock_identifier": "minecraft:flower_pot", + "bedrock_data": 0, + "firstBlockRuntimeId": 8567 + }, + "minecraft:carrot": { + "bedrock_identifier": "minecraft:carrot", + "bedrock_data": 0, + "firstBlockRuntimeId": 8595, + "lastBlockRuntimeId": 8602, + "is_edible": true + }, + "minecraft:potato": { + "bedrock_identifier": "minecraft:potato", + "bedrock_data": 0, + "firstBlockRuntimeId": 8603, + "lastBlockRuntimeId": 8610, + "is_edible": true + }, + "minecraft:baked_potato": { + "bedrock_identifier": "minecraft:baked_potato", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:poisonous_potato": { + "bedrock_identifier": "minecraft:poisonous_potato", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:map": { + "bedrock_identifier": "minecraft:empty_map", + "bedrock_data": 0 + }, + "minecraft:golden_carrot": { + "bedrock_identifier": "minecraft:golden_carrot", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:skeleton_skull": { + "bedrock_identifier": "minecraft:skull", + "bedrock_data": 0, + "firstBlockRuntimeId": 8827, + "lastBlockRuntimeId": 8858 + }, + "minecraft:wither_skeleton_skull": { + "bedrock_identifier": "minecraft:skull", + "bedrock_data": 1, + "firstBlockRuntimeId": 8867, + "lastBlockRuntimeId": 8898 + }, + "minecraft:player_head": { + "bedrock_identifier": "minecraft:skull", + "bedrock_data": 3, + "firstBlockRuntimeId": 8947, + "lastBlockRuntimeId": 8978 + }, + "minecraft:zombie_head": { + "bedrock_identifier": "minecraft:skull", + "bedrock_data": 2, + "firstBlockRuntimeId": 8907, + "lastBlockRuntimeId": 8938 + }, + "minecraft:creeper_head": { + "bedrock_identifier": "minecraft:skull", + "bedrock_data": 4, + "firstBlockRuntimeId": 8987, + "lastBlockRuntimeId": 9018 + }, + "minecraft:dragon_head": { + "bedrock_identifier": "minecraft:skull", + "bedrock_data": 5, + "firstBlockRuntimeId": 9027, + "lastBlockRuntimeId": 9058 + }, + "minecraft:piglin_head": { + "bedrock_identifier": "minecraft:skull", + "bedrock_data": 6, + "firstBlockRuntimeId": 9067, + "lastBlockRuntimeId": 9098 + }, + "minecraft:nether_star": { + "bedrock_identifier": "minecraft:nether_star", + "bedrock_data": 0 + }, + "minecraft:pumpkin_pie": { + "bedrock_identifier": "minecraft:pumpkin_pie", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:firework_rocket": { + "bedrock_identifier": "minecraft:firework_rocket", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:firework_star": { + "bedrock_identifier": "minecraft:firework_star", + "bedrock_data": 0 + }, + "minecraft:enchanted_book": { + "bedrock_identifier": "minecraft:enchanted_book", + "bedrock_data": 0 + }, + "minecraft:nether_brick": { + "bedrock_identifier": "minecraft:netherbrick", + "bedrock_data": 0 + }, + "minecraft:prismarine_shard": { + "bedrock_identifier": "minecraft:prismarine_shard", + "bedrock_data": 0 + }, + "minecraft:prismarine_crystals": { + "bedrock_identifier": "minecraft:prismarine_crystals", + "bedrock_data": 0 + }, + "minecraft:rabbit": { + "bedrock_identifier": "minecraft:rabbit", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:cooked_rabbit": { + "bedrock_identifier": "minecraft:cooked_rabbit", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:rabbit_stew": { + "bedrock_identifier": "minecraft:rabbit_stew", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:rabbit_foot": { + "bedrock_identifier": "minecraft:rabbit_foot", + "bedrock_data": 0 + }, + "minecraft:rabbit_hide": { + "bedrock_identifier": "minecraft:rabbit_hide", + "bedrock_data": 0 + }, + "minecraft:armor_stand": { + "bedrock_identifier": "minecraft:armor_stand", + "bedrock_data": 0 + }, + "minecraft:iron_horse_armor": { + "bedrock_identifier": "minecraft:iron_horse_armor", + "bedrock_data": 0 + }, + "minecraft:golden_horse_armor": { + "bedrock_identifier": "minecraft:golden_horse_armor", + "bedrock_data": 0 + }, + "minecraft:diamond_horse_armor": { + "bedrock_identifier": "minecraft:diamond_horse_armor", + "bedrock_data": 0 + }, + "minecraft:leather_horse_armor": { + "bedrock_identifier": "minecraft:leather_horse_armor", + "bedrock_data": 0 + }, + "minecraft:lead": { + "bedrock_identifier": "minecraft:lead", + "bedrock_data": 0 + }, + "minecraft:name_tag": { + "bedrock_identifier": "minecraft:name_tag", + "bedrock_data": 0 + }, + "minecraft:command_block_minecart": { + "bedrock_identifier": "minecraft:command_block_minecart", + "bedrock_data": 0, + "is_entity_placer": true + }, + "minecraft:mutton": { + "bedrock_identifier": "minecraft:mutton", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:cooked_mutton": { + "bedrock_identifier": "minecraft:cooked_mutton", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:white_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 15, + "firstBlockRuntimeId": 10759, + "lastBlockRuntimeId": 10774 + }, + "minecraft:orange_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 14, + "firstBlockRuntimeId": 10775, + "lastBlockRuntimeId": 10790 + }, + "minecraft:magenta_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 13, + "firstBlockRuntimeId": 10791, + "lastBlockRuntimeId": 10806 + }, + "minecraft:light_blue_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 12, + "firstBlockRuntimeId": 10807, + "lastBlockRuntimeId": 10822 + }, + "minecraft:yellow_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 11, + "firstBlockRuntimeId": 10823, + "lastBlockRuntimeId": 10838 + }, + "minecraft:lime_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 10, + "firstBlockRuntimeId": 10839, + "lastBlockRuntimeId": 10854 + }, + "minecraft:pink_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 9, + "firstBlockRuntimeId": 10855, + "lastBlockRuntimeId": 10870 + }, + "minecraft:gray_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 8, + "firstBlockRuntimeId": 10871, + "lastBlockRuntimeId": 10886 + }, + "minecraft:light_gray_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 7, + "firstBlockRuntimeId": 10887, + "lastBlockRuntimeId": 10902 + }, + "minecraft:cyan_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 6, + "firstBlockRuntimeId": 10903, + "lastBlockRuntimeId": 10918 + }, + "minecraft:purple_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 5, + "firstBlockRuntimeId": 10919, + "lastBlockRuntimeId": 10934 + }, + "minecraft:blue_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 4, + "firstBlockRuntimeId": 10935, + "lastBlockRuntimeId": 10950 + }, + "minecraft:brown_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 3, + "firstBlockRuntimeId": 10951, + "lastBlockRuntimeId": 10966 + }, + "minecraft:green_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 2, + "firstBlockRuntimeId": 10967, + "lastBlockRuntimeId": 10982 + }, + "minecraft:red_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 1, + "firstBlockRuntimeId": 10983, + "lastBlockRuntimeId": 10998 + }, + "minecraft:black_banner": { + "bedrock_identifier": "minecraft:banner", + "bedrock_data": 0, + "firstBlockRuntimeId": 10999, + "lastBlockRuntimeId": 11014 + }, + "minecraft:end_crystal": { + "bedrock_identifier": "minecraft:end_crystal", + "bedrock_data": 0 + }, + "minecraft:chorus_fruit": { + "bedrock_identifier": "minecraft:chorus_fruit", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:popped_chorus_fruit": { + "bedrock_identifier": "minecraft:popped_chorus_fruit", + "bedrock_data": 0 + }, + "minecraft:torchflower_seeds": { + "bedrock_identifier": "minecraft:torchflower_seeds", + "bedrock_data": 0, + "firstBlockRuntimeId": 12495, + "lastBlockRuntimeId": 12496 + }, + "minecraft:pitcher_pod": { + "bedrock_identifier": "minecraft:pitcher_pod", + "bedrock_data": 0, + "firstBlockRuntimeId": 12497, + "lastBlockRuntimeId": 12506 + }, + "minecraft:beetroot": { + "bedrock_identifier": "minecraft:beetroot", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:beetroot_seeds": { + "bedrock_identifier": "minecraft:beetroot_seeds", + "bedrock_data": 0, + "firstBlockRuntimeId": 12509, + "lastBlockRuntimeId": 12512 + }, + "minecraft:beetroot_soup": { + "bedrock_identifier": "minecraft:beetroot_soup", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:dragon_breath": { + "bedrock_identifier": "minecraft:dragon_breath", + "bedrock_data": 0 + }, + "minecraft:splash_potion": { + "bedrock_identifier": "minecraft:splash_potion", + "bedrock_data": 0 + }, + "minecraft:spectral_arrow": { + "bedrock_identifier": "minecraft:arrow", + "bedrock_data": 0 + }, + "minecraft:tipped_arrow": { + "bedrock_identifier": "minecraft:arrow", + "bedrock_data": 0 + }, + "minecraft:lingering_potion": { + "bedrock_identifier": "minecraft:lingering_potion", + "bedrock_data": 0 + }, + "minecraft:shield": { + "bedrock_identifier": "minecraft:shield", + "bedrock_data": 0, + "repair_materials": [ + "minecraft:oak_planks", + "minecraft:spruce_planks", + "minecraft:birch_planks", + "minecraft:jungle_planks", + "minecraft:acacia_planks", + "minecraft:cherry_planks", + "minecraft:dark_oak_planks", + "minecraft:mangrove_planks", + "minecraft:bamboo_planks", + "minecraft:crimson_planks", + "minecraft:warped_planks" + ] + }, + "minecraft:totem_of_undying": { + "bedrock_identifier": "minecraft:totem_of_undying", + "bedrock_data": 0 + }, + "minecraft:shulker_shell": { + "bedrock_identifier": "minecraft:shulker_shell", + "bedrock_data": 0 + }, + "minecraft:iron_nugget": { + "bedrock_identifier": "minecraft:iron_nugget", + "bedrock_data": 0 + }, + "minecraft:knowledge_book": { + "bedrock_identifier": "minecraft:book", + "bedrock_data": 0 + }, + "minecraft:debug_stick": { + "bedrock_identifier": "minecraft:stick", + "bedrock_data": 0 + }, + "minecraft:music_disc_13": { + "bedrock_identifier": "minecraft:music_disc_13", + "bedrock_data": 0 + }, + "minecraft:music_disc_cat": { + "bedrock_identifier": "minecraft:music_disc_cat", + "bedrock_data": 0 + }, + "minecraft:music_disc_blocks": { + "bedrock_identifier": "minecraft:music_disc_blocks", + "bedrock_data": 0 + }, + "minecraft:music_disc_chirp": { + "bedrock_identifier": "minecraft:music_disc_chirp", + "bedrock_data": 0 + }, + "minecraft:music_disc_far": { + "bedrock_identifier": "minecraft:music_disc_far", + "bedrock_data": 0 + }, + "minecraft:music_disc_mall": { + "bedrock_identifier": "minecraft:music_disc_mall", + "bedrock_data": 0 + }, + "minecraft:music_disc_mellohi": { + "bedrock_identifier": "minecraft:music_disc_mellohi", + "bedrock_data": 0 + }, + "minecraft:music_disc_stal": { + "bedrock_identifier": "minecraft:music_disc_stal", + "bedrock_data": 0 + }, + "minecraft:music_disc_strad": { + "bedrock_identifier": "minecraft:music_disc_strad", + "bedrock_data": 0 + }, + "minecraft:music_disc_ward": { + "bedrock_identifier": "minecraft:music_disc_ward", + "bedrock_data": 0 + }, + "minecraft:music_disc_11": { + "bedrock_identifier": "minecraft:music_disc_11", + "bedrock_data": 0 + }, + "minecraft:music_disc_wait": { + "bedrock_identifier": "minecraft:music_disc_wait", + "bedrock_data": 0 + }, + "minecraft:music_disc_otherside": { + "bedrock_identifier": "minecraft:music_disc_otherside", + "bedrock_data": 0 + }, + "minecraft:music_disc_relic": { + "bedrock_identifier": "minecraft:music_disc_relic", + "bedrock_data": 0 + }, + "minecraft:music_disc_5": { + "bedrock_identifier": "minecraft:music_disc_5", + "bedrock_data": 0 + }, + "minecraft:music_disc_pigstep": { + "bedrock_identifier": "minecraft:music_disc_pigstep", + "bedrock_data": 0 + }, + "minecraft:disc_fragment_5": { + "bedrock_identifier": "minecraft:disc_fragment_5", + "bedrock_data": 0 + }, + "minecraft:trident": { + "bedrock_identifier": "minecraft:trident", + "bedrock_data": 0 + }, + "minecraft:phantom_membrane": { + "bedrock_identifier": "minecraft:phantom_membrane", + "bedrock_data": 0 + }, + "minecraft:nautilus_shell": { + "bedrock_identifier": "minecraft:nautilus_shell", + "bedrock_data": 0 + }, + "minecraft:heart_of_the_sea": { + "bedrock_identifier": "minecraft:heart_of_the_sea", + "bedrock_data": 0 + }, + "minecraft:crossbow": { + "bedrock_identifier": "minecraft:crossbow", + "bedrock_data": 0 + }, + "minecraft:suspicious_stew": { + "bedrock_identifier": "minecraft:suspicious_stew", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:loom": { + "bedrock_identifier": "minecraft:loom", + "bedrock_data": 0, + "firstBlockRuntimeId": 18404, + "lastBlockRuntimeId": 18407 + }, + "minecraft:flower_banner_pattern": { + "bedrock_identifier": "minecraft:flower_banner_pattern", + "bedrock_data": 0 + }, + "minecraft:creeper_banner_pattern": { + "bedrock_identifier": "minecraft:creeper_banner_pattern", + "bedrock_data": 0 + }, + "minecraft:skull_banner_pattern": { + "bedrock_identifier": "minecraft:skull_banner_pattern", + "bedrock_data": 0 + }, + "minecraft:mojang_banner_pattern": { + "bedrock_identifier": "minecraft:mojang_banner_pattern", + "bedrock_data": 0 + }, + "minecraft:globe_banner_pattern": { + "bedrock_identifier": "minecraft:globe_banner_pattern", + "bedrock_data": 0 + }, + "minecraft:piglin_banner_pattern": { + "bedrock_identifier": "minecraft:piglin_banner_pattern", + "bedrock_data": 0 + }, + "minecraft:flow_banner_pattern": { + "bedrock_identifier": "minecraft:flow_banner_pattern", + "bedrock_data": 0 + }, + "minecraft:guster_banner_pattern": { + "bedrock_identifier": "minecraft:guster_banner_pattern", + "bedrock_data": 0 + }, + "minecraft:goat_horn": { + "bedrock_identifier": "minecraft:goat_horn", + "bedrock_data": 0 + }, + "minecraft:composter": { + "bedrock_identifier": "minecraft:composter", + "bedrock_data": 0, + "firstBlockRuntimeId": 19372, + "lastBlockRuntimeId": 19380 + }, + "minecraft:barrel": { + "bedrock_identifier": "minecraft:barrel", + "bedrock_data": 0, + "firstBlockRuntimeId": 18408, + "lastBlockRuntimeId": 18419 + }, + "minecraft:smoker": { + "bedrock_identifier": "minecraft:smoker", + "bedrock_data": 0, + "firstBlockRuntimeId": 18420, + "lastBlockRuntimeId": 18427 + }, + "minecraft:blast_furnace": { + "bedrock_identifier": "minecraft:blast_furnace", + "bedrock_data": 0, + "firstBlockRuntimeId": 18428, + "lastBlockRuntimeId": 18435 + }, + "minecraft:cartography_table": { + "bedrock_identifier": "minecraft:cartography_table", + "bedrock_data": 0, + "firstBlockRuntimeId": 18436 + }, + "minecraft:fletching_table": { + "bedrock_identifier": "minecraft:fletching_table", + "bedrock_data": 0, + "firstBlockRuntimeId": 18437 + }, + "minecraft:grindstone": { + "bedrock_identifier": "minecraft:grindstone", + "bedrock_data": 0, + "firstBlockRuntimeId": 18438, + "lastBlockRuntimeId": 18449 + }, + "minecraft:smithing_table": { + "bedrock_identifier": "minecraft:smithing_table", + "bedrock_data": 0, + "firstBlockRuntimeId": 18466 + }, + "minecraft:stonecutter": { + "bedrock_identifier": "minecraft:stonecutter_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 18467, + "lastBlockRuntimeId": 18470 + }, + "minecraft:bell": { + "bedrock_identifier": "minecraft:bell", + "bedrock_data": 0, + "firstBlockRuntimeId": 18471, + "lastBlockRuntimeId": 18502 + }, + "minecraft:lantern": { + "bedrock_identifier": "minecraft:lantern", + "bedrock_data": 0, + "firstBlockRuntimeId": 18503, + "lastBlockRuntimeId": 18506 + }, + "minecraft:soul_lantern": { + "bedrock_identifier": "minecraft:soul_lantern", + "bedrock_data": 0, + "firstBlockRuntimeId": 18507, + "lastBlockRuntimeId": 18510 + }, + "minecraft:sweet_berries": { + "bedrock_identifier": "minecraft:sweet_berries", + "bedrock_data": 0, + "firstBlockRuntimeId": 18575, + "lastBlockRuntimeId": 18578, + "is_edible": true + }, + "minecraft:glow_berries": { + "bedrock_identifier": "minecraft:glow_berries", + "bedrock_data": 0, + "firstBlockRuntimeId": 24769, + "lastBlockRuntimeId": 24820, + "is_edible": true + }, + "minecraft:campfire": { + "bedrock_identifier": "minecraft:campfire", + "bedrock_data": 0, + "firstBlockRuntimeId": 18511, + "lastBlockRuntimeId": 18542 + }, + "minecraft:soul_campfire": { + "bedrock_identifier": "minecraft:soul_campfire", + "bedrock_data": 0, + "firstBlockRuntimeId": 18543, + "lastBlockRuntimeId": 18574 + }, + "minecraft:shroomlight": { + "bedrock_identifier": "minecraft:shroomlight", + "bedrock_data": 0, + "firstBlockRuntimeId": 18610 + }, + "minecraft:honeycomb": { + "bedrock_identifier": "minecraft:honeycomb", + "bedrock_data": 0 + }, + "minecraft:bee_nest": { + "bedrock_identifier": "minecraft:bee_nest", + "bedrock_data": 0, + "firstBlockRuntimeId": 19397, + "lastBlockRuntimeId": 19420 + }, + "minecraft:beehive": { + "bedrock_identifier": "minecraft:beehive", + "bedrock_data": 0, + "firstBlockRuntimeId": 19421, + "lastBlockRuntimeId": 19444 + }, + "minecraft:honey_bottle": { + "bedrock_identifier": "minecraft:honey_bottle", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:honeycomb_block": { + "bedrock_identifier": "minecraft:honeycomb_block", + "bedrock_data": 0, + "firstBlockRuntimeId": 19446 + }, + "minecraft:lodestone": { + "bedrock_identifier": "minecraft:lodestone", + "bedrock_data": 0, + "firstBlockRuntimeId": 19459 + }, + "minecraft:crying_obsidian": { + "bedrock_identifier": "minecraft:crying_obsidian", + "bedrock_data": 0, + "firstBlockRuntimeId": 19449 + }, + "minecraft:blackstone": { + "bedrock_identifier": "minecraft:blackstone", + "bedrock_data": 0, + "firstBlockRuntimeId": 19460 + }, + "minecraft:blackstone_slab": { + "bedrock_identifier": "minecraft:blackstone_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 19865, + "lastBlockRuntimeId": 19870 + }, + "minecraft:blackstone_stairs": { + "bedrock_identifier": "minecraft:blackstone_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 19461, + "lastBlockRuntimeId": 19540 + }, + "minecraft:gilded_blackstone": { + "bedrock_identifier": "minecraft:gilded_blackstone", + "bedrock_data": 0, + "firstBlockRuntimeId": 20285 + }, + "minecraft:polished_blackstone": { + "bedrock_identifier": "minecraft:polished_blackstone", + "bedrock_data": 0, + "firstBlockRuntimeId": 19871 + }, + "minecraft:polished_blackstone_slab": { + "bedrock_identifier": "minecraft:polished_blackstone_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 20366, + "lastBlockRuntimeId": 20371 + }, + "minecraft:polished_blackstone_stairs": { + "bedrock_identifier": "minecraft:polished_blackstone_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 20286, + "lastBlockRuntimeId": 20365 + }, + "minecraft:chiseled_polished_blackstone": { + "bedrock_identifier": "minecraft:chiseled_polished_blackstone", + "bedrock_data": 0, + "firstBlockRuntimeId": 19874 + }, + "minecraft:polished_blackstone_bricks": { + "bedrock_identifier": "minecraft:polished_blackstone_bricks", + "bedrock_data": 0, + "firstBlockRuntimeId": 19872 + }, + "minecraft:polished_blackstone_brick_slab": { + "bedrock_identifier": "minecraft:polished_blackstone_brick_slab", + "bedrock_data": 0, + "firstBlockRuntimeId": 19875, + "lastBlockRuntimeId": 19880 + }, + "minecraft:polished_blackstone_brick_stairs": { + "bedrock_identifier": "minecraft:polished_blackstone_brick_stairs", + "bedrock_data": 0, + "firstBlockRuntimeId": 19881, + "lastBlockRuntimeId": 19960 + }, + "minecraft:cracked_polished_blackstone_bricks": { + "bedrock_identifier": "minecraft:cracked_polished_blackstone_bricks", + "bedrock_data": 0, + "firstBlockRuntimeId": 19873 + }, + "minecraft:respawn_anchor": { + "bedrock_identifier": "minecraft:respawn_anchor", + "bedrock_data": 0, + "firstBlockRuntimeId": 19450, + "lastBlockRuntimeId": 19454 + }, + "minecraft:candle": { + "bedrock_identifier": "minecraft:candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20725, + "lastBlockRuntimeId": 20740 + }, + "minecraft:white_candle": { + "bedrock_identifier": "minecraft:white_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20741, + "lastBlockRuntimeId": 20756 + }, + "minecraft:orange_candle": { + "bedrock_identifier": "minecraft:orange_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20757, + "lastBlockRuntimeId": 20772 + }, + "minecraft:magenta_candle": { + "bedrock_identifier": "minecraft:magenta_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20773, + "lastBlockRuntimeId": 20788 + }, + "minecraft:light_blue_candle": { + "bedrock_identifier": "minecraft:light_blue_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20789, + "lastBlockRuntimeId": 20804 + }, + "minecraft:yellow_candle": { + "bedrock_identifier": "minecraft:yellow_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20805, + "lastBlockRuntimeId": 20820 + }, + "minecraft:lime_candle": { + "bedrock_identifier": "minecraft:lime_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20821, + "lastBlockRuntimeId": 20836 + }, + "minecraft:pink_candle": { + "bedrock_identifier": "minecraft:pink_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20837, + "lastBlockRuntimeId": 20852 + }, + "minecraft:gray_candle": { + "bedrock_identifier": "minecraft:gray_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20853, + "lastBlockRuntimeId": 20868 + }, + "minecraft:light_gray_candle": { + "bedrock_identifier": "minecraft:light_gray_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20869, + "lastBlockRuntimeId": 20884 + }, + "minecraft:cyan_candle": { + "bedrock_identifier": "minecraft:cyan_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20885, + "lastBlockRuntimeId": 20900 + }, + "minecraft:purple_candle": { + "bedrock_identifier": "minecraft:purple_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20901, + "lastBlockRuntimeId": 20916 + }, + "minecraft:blue_candle": { + "bedrock_identifier": "minecraft:blue_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20917, + "lastBlockRuntimeId": 20932 + }, + "minecraft:brown_candle": { + "bedrock_identifier": "minecraft:brown_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20933, + "lastBlockRuntimeId": 20948 + }, + "minecraft:green_candle": { + "bedrock_identifier": "minecraft:green_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20949, + "lastBlockRuntimeId": 20964 + }, + "minecraft:red_candle": { + "bedrock_identifier": "minecraft:red_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20965, + "lastBlockRuntimeId": 20980 + }, + "minecraft:black_candle": { + "bedrock_identifier": "minecraft:black_candle", + "bedrock_data": 0, + "firstBlockRuntimeId": 20981, + "lastBlockRuntimeId": 20996 + }, + "minecraft:small_amethyst_bud": { + "bedrock_identifier": "minecraft:small_amethyst_bud", + "bedrock_data": 0, + "firstBlockRuntimeId": 21069, + "lastBlockRuntimeId": 21080 + }, + "minecraft:medium_amethyst_bud": { + "bedrock_identifier": "minecraft:medium_amethyst_bud", + "bedrock_data": 0, + "firstBlockRuntimeId": 21057, + "lastBlockRuntimeId": 21068 + }, + "minecraft:large_amethyst_bud": { + "bedrock_identifier": "minecraft:large_amethyst_bud", + "bedrock_data": 0, + "firstBlockRuntimeId": 21045, + "lastBlockRuntimeId": 21056 + }, + "minecraft:amethyst_cluster": { + "bedrock_identifier": "minecraft:amethyst_cluster", + "bedrock_data": 0, + "firstBlockRuntimeId": 21033, + "lastBlockRuntimeId": 21044 + }, + "minecraft:pointed_dripstone": { + "bedrock_identifier": "minecraft:pointed_dripstone", + "bedrock_data": 0, + "firstBlockRuntimeId": 24748, + "lastBlockRuntimeId": 24767 + }, + "minecraft:ochre_froglight": { + "bedrock_identifier": "minecraft:ochre_froglight", + "bedrock_data": 0, + "firstBlockRuntimeId": 26563, + "lastBlockRuntimeId": 26565 + }, + "minecraft:verdant_froglight": { + "bedrock_identifier": "minecraft:verdant_froglight", + "bedrock_data": 0, + "firstBlockRuntimeId": 26566, + "lastBlockRuntimeId": 26568 + }, + "minecraft:pearlescent_froglight": { + "bedrock_identifier": "minecraft:pearlescent_froglight", + "bedrock_data": 0, + "firstBlockRuntimeId": 26569, + "lastBlockRuntimeId": 26571 + }, + "minecraft:frogspawn": { + "bedrock_identifier": "minecraft:frog_spawn", + "bedrock_data": 0, + "firstBlockRuntimeId": 26572 + }, + "minecraft:echo_shard": { + "bedrock_identifier": "minecraft:echo_shard", + "bedrock_data": 0 + }, + "minecraft:brush": { + "bedrock_identifier": "minecraft:brush", + "bedrock_data": 0 + }, + "minecraft:netherite_upgrade_smithing_template": { + "bedrock_identifier": "minecraft:netherite_upgrade_smithing_template", + "bedrock_data": 0 + }, + "minecraft:sentry_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:sentry_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:dune_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:dune_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:coast_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:coast_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:wild_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:wild_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:ward_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:ward_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:eye_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:eye_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:vex_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:vex_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:tide_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:tide_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:snout_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:snout_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:rib_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:rib_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:spire_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:spire_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:wayfinder_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:wayfinder_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:shaper_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:shaper_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:silence_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:silence_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:raiser_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:raiser_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:host_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:host_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:flow_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:flow_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:bolt_armor_trim_smithing_template": { + "bedrock_identifier": "minecraft:bolt_armor_trim_smithing_template", + "bedrock_data": 0 + }, + "minecraft:angler_pottery_sherd": { + "bedrock_identifier": "minecraft:angler_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:archer_pottery_sherd": { + "bedrock_identifier": "minecraft:archer_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:arms_up_pottery_sherd": { + "bedrock_identifier": "minecraft:arms_up_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:blade_pottery_sherd": { + "bedrock_identifier": "minecraft:blade_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:brewer_pottery_sherd": { + "bedrock_identifier": "minecraft:brewer_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:burn_pottery_sherd": { + "bedrock_identifier": "minecraft:burn_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:danger_pottery_sherd": { + "bedrock_identifier": "minecraft:danger_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:explorer_pottery_sherd": { + "bedrock_identifier": "minecraft:explorer_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:flow_pottery_sherd": { + "bedrock_identifier": "minecraft:flow_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:friend_pottery_sherd": { + "bedrock_identifier": "minecraft:friend_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:guster_pottery_sherd": { + "bedrock_identifier": "minecraft:guster_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:heart_pottery_sherd": { + "bedrock_identifier": "minecraft:heart_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:heartbreak_pottery_sherd": { + "bedrock_identifier": "minecraft:heartbreak_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:howl_pottery_sherd": { + "bedrock_identifier": "minecraft:howl_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:miner_pottery_sherd": { + "bedrock_identifier": "minecraft:miner_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:mourner_pottery_sherd": { + "bedrock_identifier": "minecraft:mourner_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:plenty_pottery_sherd": { + "bedrock_identifier": "minecraft:plenty_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:prize_pottery_sherd": { + "bedrock_identifier": "minecraft:prize_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:scrape_pottery_sherd": { + "bedrock_identifier": "minecraft:scrape_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:sheaf_pottery_sherd": { + "bedrock_identifier": "minecraft:sheaf_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:shelter_pottery_sherd": { + "bedrock_identifier": "minecraft:shelter_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:skull_pottery_sherd": { + "bedrock_identifier": "minecraft:skull_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:snort_pottery_sherd": { + "bedrock_identifier": "minecraft:snort_pottery_sherd", + "bedrock_data": 0 + }, + "minecraft:copper_grate": { + "bedrock_identifier": "minecraft:copper_grate", + "bedrock_data": 0, + "firstBlockRuntimeId": 24676, + "lastBlockRuntimeId": 24677 + }, + "minecraft:exposed_copper_grate": { + "bedrock_identifier": "minecraft:exposed_copper_grate", + "bedrock_data": 0, + "firstBlockRuntimeId": 24678, + "lastBlockRuntimeId": 24679 + }, + "minecraft:weathered_copper_grate": { + "bedrock_identifier": "minecraft:weathered_copper_grate", + "bedrock_data": 0, + "firstBlockRuntimeId": 24680, + "lastBlockRuntimeId": 24681 + }, + "minecraft:oxidized_copper_grate": { + "bedrock_identifier": "minecraft:oxidized_copper_grate", + "bedrock_data": 0, + "firstBlockRuntimeId": 24682, + "lastBlockRuntimeId": 24683 + }, + "minecraft:waxed_copper_grate": { + "bedrock_identifier": "minecraft:waxed_copper_grate", + "bedrock_data": 0, + "firstBlockRuntimeId": 24684, + "lastBlockRuntimeId": 24685 + }, + "minecraft:waxed_exposed_copper_grate": { + "bedrock_identifier": "minecraft:waxed_exposed_copper_grate", + "bedrock_data": 0, + "firstBlockRuntimeId": 24686, + "lastBlockRuntimeId": 24687 + }, + "minecraft:waxed_weathered_copper_grate": { + "bedrock_identifier": "minecraft:waxed_weathered_copper_grate", + "bedrock_data": 0, + "firstBlockRuntimeId": 24688, + "lastBlockRuntimeId": 24689 + }, + "minecraft:waxed_oxidized_copper_grate": { + "bedrock_identifier": "minecraft:waxed_oxidized_copper_grate", + "bedrock_data": 0, + "firstBlockRuntimeId": 24690, + "lastBlockRuntimeId": 24691 + }, + "minecraft:copper_bulb": { + "bedrock_identifier": "minecraft:copper_bulb", + "bedrock_data": 0, + "firstBlockRuntimeId": 24692, + "lastBlockRuntimeId": 24695 + }, + "minecraft:exposed_copper_bulb": { + "bedrock_identifier": "minecraft:exposed_copper_bulb", + "bedrock_data": 0, + "firstBlockRuntimeId": 24696, + "lastBlockRuntimeId": 24699 + }, + "minecraft:weathered_copper_bulb": { + "bedrock_identifier": "minecraft:weathered_copper_bulb", + "bedrock_data": 0, + "firstBlockRuntimeId": 24700, + "lastBlockRuntimeId": 24703 + }, + "minecraft:oxidized_copper_bulb": { + "bedrock_identifier": "minecraft:oxidized_copper_bulb", + "bedrock_data": 0, + "firstBlockRuntimeId": 24704, + "lastBlockRuntimeId": 24707 + }, + "minecraft:waxed_copper_bulb": { + "bedrock_identifier": "minecraft:waxed_copper_bulb", + "bedrock_data": 0, + "firstBlockRuntimeId": 24708, + "lastBlockRuntimeId": 24711 + }, + "minecraft:waxed_exposed_copper_bulb": { + "bedrock_identifier": "minecraft:waxed_exposed_copper_bulb", + "bedrock_data": 0, + "firstBlockRuntimeId": 24712, + "lastBlockRuntimeId": 24715 + }, + "minecraft:waxed_weathered_copper_bulb": { + "bedrock_identifier": "minecraft:waxed_weathered_copper_bulb", + "bedrock_data": 0, + "firstBlockRuntimeId": 24716, + "lastBlockRuntimeId": 24719 + }, + "minecraft:waxed_oxidized_copper_bulb": { + "bedrock_identifier": "minecraft:waxed_oxidized_copper_bulb", + "bedrock_data": 0, + "firstBlockRuntimeId": 24720, + "lastBlockRuntimeId": 24723 + }, + "minecraft:trial_spawner": { + "bedrock_identifier": "minecraft:trial_spawner", + "bedrock_data": 0, + "firstBlockRuntimeId": 26638, + "lastBlockRuntimeId": 26649 + }, + "minecraft:trial_key": { + "bedrock_identifier": "minecraft:trial_key", + "bedrock_data": 0 + }, + "minecraft:ominous_trial_key": { + "bedrock_identifier": "minecraft:trial_key", + "bedrock_data": 0 + }, + "minecraft:vault": { + "bedrock_identifier": "minecraft:vault", + "bedrock_data": 0, + "firstBlockRuntimeId": 26650, + "lastBlockRuntimeId": 26681 + }, + "minecraft:ominous_bottle": { + "bedrock_identifier": "minecraft:glass_bottle", + "bedrock_data": 0, + "is_edible": true + }, + "minecraft:breeze_rod": { + "bedrock_identifier": "minecraft:breeze_rod", + "bedrock_data": 0 + } +} \ No newline at end of file